X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=cbbe3de3b8884a505f1de87ac892d7aec8010c2a;hb=a0e1d53870bae0dadd952d358040aeddebc9310e;hp=e4baa9a0887824a7ca9d28a769efb69f6ddd0628;hpb=75b4d0b3844370fd905ef1ff6f5a23072e6dced8;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index e4baa9a..cbbe3de 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.22'; +our $VERSION = '0.31'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';