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=c9ef43d58905c0c7c33061137559f408ecb83f97;hpb=e44b5f5498b782752d2c91b6796698c86143a2f0;p=gitmo%2FMooseX-Storage.git 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';