diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-15 23:58:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-15 23:58:05 +0000 |
commit | 78c34dee5095c2196e360478a0ab650ab97ce22d (patch) | |
tree | 528b1fec1b3e71eeb3ac875727503c734e9d7f40 /tests/ls-2 | |
parent | 56949aaebdf2b8e7c396c84716c334238934e71d (diff) | |
download | coreutils-78c34dee5095c2196e360478a0ab650ab97ce22d.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/ls-2')
-rw-r--r-- | tests/ls-2/Fetish.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ls-2/Fetish.pm b/tests/ls-2/Fetish.pm index b10694655..13c1b8518 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); |