diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-15 21:40:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-15 21:40:06 +0000 |
commit | 97a44fbdf0b7949717ab865831870ad2e4608a7d (patch) | |
tree | 4c542400e4a3a400fb859dd42ea6a7e8d5ad6794 /tests | |
parent | 49d59ad66bf7ca9b071d6a32b8d5616a1cb31b5c (diff) | |
download | coreutils-97a44fbdf0b7949717ab865831870ad2e4608a7d.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ls-2/T.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls-2/T.pm b/tests/ls-2/T.pm index b54d2b4e2..eb01d37d1 100644 --- a/tests/ls-2/T.pm +++ b/tests/ls-2/T.pm @@ -1,6 +1,6 @@ package T; -require 5.004; +require 5.003; use strict; use vars qw($VERSION @ISA @EXPORT); |