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