From ea9e600f5847a8ebb5d85a9495b0de6734ae7f1b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Aug 1998 23:59:12 +0000 Subject: [PATCH] *** empty log message *** --- tests/ls-2/Fetish.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index 13c1b85181..5997aa27bf 100644 --- a/tests/ls-2/Fetish.pm +++ b/tests/ls-2/Fetish.pm @@ -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); -- 2.47.3