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 | af45a9df5dde30a88ae0ace0c57e13135248c101 (patch) | |
tree | 9413423338be5a3e4b9b009bab67e50d798da729 /lib/File/stat.pm | |
parent | b1893bc54095aa4c87254a360631bb9ecce3b899 (diff) | |
download | perl-af45a9df5dde30a88ae0ace0c57e13135248c101.tar.gz |
faulty edit
p4raw-id: //depot/perl@4861
Diffstat (limited to 'lib/File/stat.pm')
-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 } |