From: Ilya Zakharevich Date: Mon, 5 Feb 1996 06:37:02 +0000 (-0500) Subject: Autoloadwarnings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a4c28899c9c5bf6dab01740f031e24f77cac253;p=p5sagit%2Fp5-mst-13.2.git Autoloadwarnings Here is a correction for autoloader. Note that one cannot use vars '$package::var'; , alas. --- diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index 2082a28..566ca86 100644 --- a/lib/AutoLoader.pm +++ b/lib/AutoLoader.pm @@ -1,5 +1,6 @@ package AutoLoader; use Carp; +$DB::sub = $DB::sub; # Avoid warning =head1 NAME