X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=5449d69b172643dee5b34d2465f690a162837818;hb=e7ab79ca765efcb3df717030c47c0e01c2cf3f18;hp=182ee4bbbd9d0b7c3fe535bae7f03c457ebbb566;hpb=a0e1d53870bae0dadd952d358040aeddebc9310e;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index 182ee4b..5449d69 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.31'; +our $VERSION = '0.34'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';