X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=4b555f642e18d956fe4174b6c2f36965a972b5cc;hb=refs%2Ftags%2F0.29;hp=b3504cbe1b702ae2302b845fd783a3e8b4c52ab5;hpb=00993f692209baa547faaa8c214260e67e88e2e9;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index b3504cb..4b555f6 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.28'; +our $VERSION = '0.29'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';