X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FExporter.pm;h=9a361a73faf2dd4160f87b4214cc40df300094ca;hb=11a7ac70a867da65019c2c04f8677bdcf4c9693e;hp=ad6cdef87e955e80f6bef0f2bc797bc8b706c023;hpb=0e06870bf080a38cda51c06c6612359afc2334e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Exporter.pm b/lib/Exporter.pm index ad6cdef..9a361a7 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -8,7 +8,7 @@ no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; -our $VERSION = '5.562'; +our $VERSION = '5.563'; sub export_to_level { require Exporter::Heavy;