add $VERSION
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 10 Oct 1999 05:15:26 +0000 (05:15 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 10 Oct 1999 05:15:26 +0000 (05:15 +0000)
p4raw-id: //depot/perl@4332

lib/Exporter.pm

index adc843b..585109e 100644 (file)
@@ -4,6 +4,7 @@ require 5.001;
 
 $ExportLevel = 0;
 $Verbose ||= 0;
+$VERSION = '5.562';
 
 sub export_to_level {
   require Exporter::Heavy;