diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-15 21:41:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-15 21:41:49 +0000 |
commit | 5b02046b202bf2ce6d331bd990126b34904232d2 (patch) | |
tree | c6c2fca844a4d4e9f280ebcf749c282464b455b9 /tests/ls-2/T.pm | |
parent | 97a44fbdf0b7949717ab865831870ad2e4608a7d (diff) | |
download | coreutils-5b02046b202bf2ce6d331bd990126b34904232d2.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/ls-2/T.pm')
-rw-r--r-- | tests/ls-2/T.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ls-2/T.pm b/tests/ls-2/T.pm index eb01d37d1..0397d2fab 100644 --- a/tests/ls-2/T.pm +++ b/tests/ls-2/T.pm @@ -8,7 +8,9 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -$VERSION = '0.5'; +$VERSION = '$Revision: 1.11 $'; #' +$VERSION =~ s/\$Revision:\s+//; +$VERSION =~ s/\s+\$$//; @EXPORT = qw (run_tests); my @Types = qw (IN OUT ERR EXIT); |