X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;fp=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=6161601db9f7401df9db502ff05eef9ec25bbd1c;hb=75b4d0b3844370fd905ef1ff6f5a23072e6dced8;hp=e52e02afe29d06551d79c98b4b1f7292f9f628a8;hpb=25697231931e82932eb5e4fbd302c9faa82c066a;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index e52e02a..6161601 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.21'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';