]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 21:41:49 +0000 (21:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Aug 1998 21:41:49 +0000 (21:41 +0000)
tests/ls-2/T.pm

index eb01d37d167ec96152f0c29059ac5cbd258d4ed4..0397d2fab7beca1af073058f8ef9de9e79f27daa 100644 (file)
@@ -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);