X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FFile.pm;h=c1ba65bd9d814481e410e004780d53bbd3ccdacc;hb=a0e1d53870bae0dadd952d358040aeddebc9310e;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..c1ba65b 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.31'; our $AUTHORITY = 'cpan:STEVAN'; requires 'thaw';