From: Perl 5 Porters Date: Sun, 7 Jul 1996 07:02:46 +0000 (+0000) Subject: Incorporate new "use " syntax X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08da509171d619da30f3475a2668c09746b63931;p=p5sagit%2Fp5-mst-13.2.git Incorporate new "use " syntax --- diff --git a/lib/Symbol.pm b/lib/Symbol.pm index 67808af..3f99fc5 100644 --- 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);