X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=76896877f37328816d7c2031b9b7722a9ee02265;hb=81a523ba27fe312e8d52f275283a892542f79f68;hp=08347ddce96effa166ab4d4a1d19fbe2a21a5f32;hpb=0e45b8f5e37e8e838885686cce55b957e1fce336;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index 08347dd..7689687 100644 --- a/lib/MooseX/Storage/IO/StorableFile.pm +++ b/lib/MooseX/Storage/IO/StorableFile.pm @@ -3,7 +3,7 @@ use Moose::Role; use Storable (); -our $VERSION = '0.23'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';