X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=3e5815ec719a38072f9d9baf1e1ec057a5e9801c;hb=e7ab79ca765efcb3df717030c47c0e01c2cf3f18;hp=24c077f5152fb4951a94f46a8accbaae45d480b3;hpb=1d4669291edf1495a90d5b110a6334b05ca1cc78;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 24c077f..3e5815e 100644 --- a/lib/MooseX/Storage/Format/Storable.pm +++ b/lib/MooseX/Storage/Format/Storable.pm @@ -3,7 +3,7 @@ use Moose::Role; use Storable (); -our $VERSION = '0.33'; +our $VERSION = '0.34'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';