diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 12:32:25 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-23 12:32:25 +0000 |
commit | d8574e8f6e1a85ee7a4da7a6e61b6d4f98fbf7ba (patch) | |
tree | 9413423338be5a3e4b9b009bab67e50d798da729 /lib | |
parent | 17f410f9a3a4ae9cda502b59b391e6653db436ce (diff) | |
download | perl-d8574e8f6e1a85ee7a4da7a6e61b6d4f98fbf7ba.tar.gz |
faulty edit
p4raw-id: //depot/perl@4861
Diffstat (limited to 'lib')
-rw-r--r-- | lib/File/stat.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/File/stat.pm b/lib/File/stat.pm index f86bfe579b..0cf7a0b7aa 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 } |