Remove double 'use strict'.
[p5sagit/p5-mst-13.2.git] / lib / Symbol.pm
index c266d64..67808af 100644 (file)
@@ -46,7 +46,7 @@ which are qualified by their nature.
 
 =cut
 
-require 5.002;
+BEGIN { require 5.002; }
 
 require Exporter;
 @ISA = qw(Exporter);