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

index 13c1b851815b04d3311c865945c58c7cf30bc4f9..5997aa27bfb6d0b0dcc0e0acf80a69ad59a197c3 100644 (file)
@@ -1,4 +1,6 @@
 package Fetish;
+# This is a testing framework.
+
 # In case you're wondering about the name, it comes from the
 # names of the three packages: FIleutils, SH-utils, TExtutils.
 
@@ -10,7 +12,7 @@ use FileHandle;
 use File::Compare qw(compare);
 
 @ISA = qw(Exporter);
-($VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd;
+($VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd;
 @EXPORT = qw (run_tests);
 
 my @Types = qw (IN OUT ERR EXIT);