diff options
-rw-r--r-- | lib/Exporter.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm index adc843b9f5..585109e7d0 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; |