diff options
Diffstat (limited to 'lib/Exporter.pm')
-rw-r--r-- | lib/Exporter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm index ad6cdef87e..9a361a73fa 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; |