X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=33dea84ef622db359e9b64ed08e1274df228b65e;hb=efd4f7a5691295a10f74399e63731adb9a209057;hp=4b555f642e18d956fe4174b6c2f36965a972b5cc;hpb=08d0f48e13425d8f0e2cb21ac2eea0d8c4cab3ca;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index 4b555f6..33dea84 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.29'; +our $VERSION = '0.35'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';