projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
17f410f
)
faulty edit
Gurusamy Sarathy [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 }