X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FFormat%2FStorable.pm;h=7d4a43a281f652e96048384697fce351f9b24f78;hb=004bf3ea04d7818116a94bb4b387d8ae1dd10f9a;hp=079b8c6fc622a9937265ee79aa611613883b4ffe;hpb=8919e01e95856d3dd17037352ef93275cdcf2fbd;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 079b8c6..7d4a43a 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.28'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';