X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=fb08c04fb8972dcb00d2f6ce17b60eef3292b874;hp=c9ef43d58905c0c7c33061137559f408ecb83f97;hb=81a523ba27fe312e8d52f275283a892542f79f68;hpb=6f80d4038446bbbc3c1abfc467a5fe2b81c1c404 diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index c9ef43d..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.32'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';