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=21787da35a086a312c4ec8c24f70328012a0e0e3;hpb=3e13f37e59d9e944364e51af35894a1dc744bc81;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 21787da..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.30'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';