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

index 50fc105..112c871 100644 (file)
@@ -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...