From: Father Chrysostomos Date: Tue, 24 Apr 2012 23:00:13 +0000 (-0700) Subject: Increase $Storable::VERSION to 2.35 X-Git-Tag: upstream/5.20.0~6857 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f22549bbfa35b17fad20cb25463164fea72b9754;p=platform%2Fupstream%2Fperl.git Increase $Storable::VERSION to 2.35 --- diff --git a/dist/Storable/Storable.pm b/dist/Storable/Storable.pm index 5601f6d..6f92611 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 }) {