This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f410f
)
faulty edit
author
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 23 Jan 2000 12:32:25 +0000
(12:32 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sun, 23 Jan 2000 12:32:25 +0000
(12:32 +0000)
p4raw-id: //depot/perl@4861
lib/File/stat.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/stat.pm
b/lib/File/stat.pm
index
f86bfe5
..
0cf7a0b
100644
(file)
--- 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 }