From: Jim Meyering Date: Sat, 15 Aug 1998 23:58:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16u~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c34dee5095c2196e360478a0ab650ab97ce22d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index b106946552..13c1b85181 100644 --- a/tests/ls-2/Fetish.pm +++ b/tests/ls-2/Fetish.pm @@ -1,4 +1,6 @@ package Fetish; +# In case you're wondering about the name, it comes from the +# names of the three packages: FIleutils, SH-utils, TExtutils. require 5.003; use strict; @@ -8,7 +10,7 @@ use FileHandle; use File::Compare qw(compare); @ISA = qw(Exporter); -($VERSION = '$Revision: 1.3 $ ') =~ tr/[0-9].//cd; +($VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd; @EXPORT = qw (run_tests); my @Types = qw (IN OUT ERR EXIT);