Skip to content

Commit dad7b9f

Browse files
authored
Respect symlinks in bin/ls (#989)
* initial fix for #988 * make some things one line * Move Mark Jason Dominus attribution into Pod * rewrap some things to take up less space * start making a modulino, and shortening a lot of code * big cleanup of bin/ls, and can now handle symlinks in directories #988 * beginning tests for ls * Update MANIFEST * add -w, and fix testing default -1 * silence a couple of warnings in run.t * silence some debugging output * back out change that reduced the number of columns by 1
1 parent 7e79099 commit dad7b9f

File tree

5 files changed

+670
-422
lines changed

5 files changed

+670
-422
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,10 @@ t/echo/echo.t
154154
t/factor/factor.t
155155
t/false/false.t
156156
t/find/find.t
157+
t/glob/glob.t
157158
t/lib/common.pl
158159
t/lib/utils.pm
160+
t/ls/ls.t
159161
t/mimedecode/000.basic.t
160162
t/nl/nl.t
161163
t/od/od.t

0 commit comments

Comments
 (0)