X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=fb08c04fb8972dcb00d2f6ce17b60eef3292b874;hb=81a523ba27fe312e8d52f275283a892542f79f68;hp=c9ca51cf1f6f6838570bff25d9ceb984ea532e97;hpb=0e45b8f5e37e8e838885686cce55b957e1fce336;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index c9ca51c..fb08c04 100644 --- a/lib/MooseX/Storage/Format/Storable.pm +++ b/lib/MooseX/Storage/Format/Storable.pm @@ -4,7 +4,7 @@ use Moose::Role; use Storable (); -our $VERSION = '0.23'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';