From: Gurusamy Sarathy Date: Sun, 10 Oct 1999 05:15:26 +0000 (+0000) Subject: add $VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90564d9841a592d4954f5fb3ef7a8ffd42cd7c65;p=p5sagit%2Fp5-mst-13.2.git add $VERSION p4raw-id: //depot/perl@4332 --- diff --git a/lib/Exporter.pm b/lib/Exporter.pm index adc843b..585109e 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -4,6 +4,7 @@ require 5.001; $ExportLevel = 0; $Verbose ||= 0; +$VERSION = '5.562'; sub export_to_level { require Exporter::Heavy;