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=a5a46930c31b3b70a7b9cc64ce0b2b863110cf01;hpb=a99b06bc698f521b77656a1015fb4c572e39dfeb;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/File.pm b/lib/MooseX/Storage/IO/File.pm index a5a4693..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.27'; +our $VERSION = '0.33'; our $AUTHORITY = 'cpan:STEVAN'; requires 'thaw';