1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-08-15 23:58:05 +00:00
parent 56949aaebd
commit 78c34dee50
+3 -1
View File
@@ -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);