projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f93eb5
)
Suppress warning about $canonical. (Nicholas Clark)
Abhijit Menon-Sen [Tue, 21 May 2002 04:08:39 +0000 (
04:08
+0000)]
p4raw-id: //depot/perl@16718
ext/Storable/Storable.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Storable/Storable.pm
b/ext/Storable/Storable.pm
index
50fc105
..
112c871
100644
(file)
--- a/
ext/Storable/Storable.pm
+++ b/
ext/Storable/Storable.pm
@@
-68,7
+68,7
@@
package Storable; @ISA = qw(Exporter DynaLoader);
);
use AutoLoader;
-use vars qw($forgive_me $VERSION);
+use vars qw($canonical $forgive_me $VERSION);
$VERSION = '2.00';
*AUTOLOAD = \&AutoLoader::AUTOLOAD; # Grrr...