projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d64b06
)
Autoloadwarnings
Ilya Zakharevich [Mon, 5 Feb 1996 06:37:02 +0000 (
01:37
-0500)]
Here is a correction for autoloader. Note that one cannot
use vars '$package::var';
, alas.
lib/AutoLoader.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/AutoLoader.pm
b/lib/AutoLoader.pm
index
2082a28
..
566ca86
100644
(file)
--- a/
lib/AutoLoader.pm
+++ b/
lib/AutoLoader.pm
@@
-1,5
+1,6
@@
package AutoLoader;
use Carp;
+$DB::sub = $DB::sub; # Avoid warning
=head1 NAME