Incorporate new "use <version>" syntax
Perl 5 Porters [Sun, 7 Jul 1996 07:02:46 +0000 (07:02 +0000)]
lib/Symbol.pm

index 67808af..3f99fc5 100644 (file)
@@ -46,7 +46,7 @@ which are qualified by their nature.
 
 =cut
 
-BEGIN { require 5.002; }
+use 5.002;
 
 require Exporter;
 @ISA = qw(Exporter);