X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExporter.pm;h=585109e7d03c93dc65272ba5034076e21faef5c2;hb=07867069da616ed679f2e5fa3023ca3f186d3e48;hp=adc843b9f5cac78a8849e08aaedd05212c8da29a;hpb=4fddf32b02405fe6f8dbd7b7013cd63eb6be0196;p=p5sagit%2Fp5-mst-13.2.git 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;