projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
463e8aa
)
Incorporate new "use <version>" syntax
Perl 5 Porters [Sun, 7 Jul 1996 07:02:46 +0000 (07:02 +0000)]
lib/Symbol.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Symbol.pm
b/lib/Symbol.pm
index
67808af
..
3f99fc5
100644
(file)
--- a/
lib/Symbol.pm
+++ b/
lib/Symbol.pm
@@
-46,7
+46,7
@@
which are qualified by their nature.
=cut
-BEGIN { require 5.002; }
+use 5.002;
require Exporter;
@ISA = qw(Exporter);