1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00
This commit is contained in:
Jim Meyering
1998-08-15 23:29:09 +00:00
parent 634ff11428
commit 2db8ef7c55

View File

@@ -8,7 +8,7 @@ use FileHandle;
use File::Compare qw(compare);
@ISA = qw(Exporter);
($VERSION = '$Revision: 1.15 $ ') =~ tr/[0-9].//cd;
($VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd;
@EXPORT = qw (run_tests);
my @Types = qw (IN OUT ERR EXIT);