X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=b6515e54d8b308a1ba75cb02b106aef4c179f80b;hb=refs%2Ftags%2F0.27;hp=079b8c6fc622a9937265ee79aa611613883b4ffe;hpb=39535adabc29b68fa5468391c327a80448fa51db;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 079b8c6..b6515e5 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.26'; +our $VERSION = '0.27'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';