diff options
-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 5601f6d0f2..6f92611e8f 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.34'; +$VERSION = '2.35'; BEGIN { if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) { |