From: Gurusamy Sarathy Date: Sun, 23 Jan 2000 12:32:25 +0000 (+0000) Subject: faulty edit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8574e8f6e1a85ee7a4da7a6e61b6d4f98fbf7ba;p=p5sagit%2Fp5-mst-13.2.git faulty edit p4raw-id: //depot/perl@4861 --- diff --git a/lib/File/stat.pm b/lib/File/stat.pm index f86bfe5..0cf7a0b 100644 --- a/lib/File/stat.pm +++ b/lib/File/stat.pm @@ -15,6 +15,7 @@ BEGIN { ); %EXPORT_TAGS = ( FIELDS => [ @EXPORT_OK, @EXPORT ] ); } +use vars @EXPORT_OK; # Class::Struct forbids use of @ISA sub import { goto &Exporter::import }