From: Abhijit Menon-Sen Date: Tue, 21 May 2002 04:08:39 +0000 (+0000) Subject: Suppress warning about $canonical. (Nicholas Clark) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01d7b99e1fe233681f34728cff45b245cdda047c;p=p5sagit%2Fp5-mst-13.2.git Suppress warning about $canonical. (Nicholas Clark) p4raw-id: //depot/perl@16718 --- diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index 50fc105..112c871 100644 --- 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...