X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FFile.pm;h=92ef9d3ec6a6d10b93021db5792315d0ffd26403;hb=81a523ba27fe312e8d52f275283a892542f79f68;hp=62d411511d2a7263e0658d49c223e2252a84a7d0;hpb=75b4d0b3844370fd905ef1ff6f5a23072e6dced8;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/File.pm b/lib/MooseX/Storage/IO/File.pm index 62d4115..92ef9d3 100644 --- a/lib/MooseX/Storage/IO/File.pm +++ b/lib/MooseX/Storage/IO/File.pm @@ -3,7 +3,7 @@ use Moose::Role; use MooseX::Storage::Engine::IO::File; -our $VERSION = '0.22'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'thaw';