diff options
Diffstat (limited to 'dist/Storable')
-rw-r--r-- | dist/Storable/Storable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index 561f00eaac..5601f6d0f2 100644 --- a/dist/Storable/Storable.pm +++ b/dist/Storable/Storable.pm @@ -21,7 +21,7 @@ package Storable; @ISA = qw(Exporter); use vars qw($canonical $forgive_me $VERSION); -$VERSION = '2.33'; +$VERSION = '2.34'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { |