1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 11:59:36 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-08-15 21:41:49 +00:00
parent 97a44fbdf0
commit 5b02046b20
+3 -1
View File
@@ -8,7 +8,9 @@ use FileHandle;
use File::Compare qw(compare);
@ISA = qw(Exporter);
$VERSION = '0.5';
$VERSION = '$Revision: 1.11 $'; #'
$VERSION =~ s/\$Revision:\s+//;
$VERSION =~ s/\s+\$$//;
@EXPORT = qw (run_tests);
my @Types = qw (IN OUT ERR EXIT);