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=24e83e9c589740c72894ef8c5242062a4481f271;hp=2245d28dd010d37f3e7cb701d86001625f24cda7;hb=14e5132ad4def507c424a56dfb30b935b1ab3b44;hpb=f82612bc1cd0e2d8f5b52d744597bc02609e1eab diff --git a/lib/MooseX/Storage/Format/Storable.pm b/lib/MooseX/Storage/Format/Storable.pm index 2245d28..24e83e9 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.20'; +our $VERSION = '0.21'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';