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