diff options
Diffstat (limited to 'lib/AutoLoader.pm')
-rw-r--r-- | lib/AutoLoader.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoLoader.pm b/lib/AutoLoader.pm index 4b2261ed7d..4e1eb1b064 100644 --- a/lib/AutoLoader.pm +++ b/lib/AutoLoader.pm @@ -16,7 +16,7 @@ BEGIN { $is_epoc = $^O eq 'epoc'; $is_vms = $^O eq 'VMS'; $is_macos = $^O eq 'MacOS'; - $VERSION = '5.58'; + $VERSION = '5.59'; } AUTOLOAD { |