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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user