X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=ce83bf6eda99f33e7744aab09891949284f5f131;hb=refs%2Ftags%2F0.19;hp=f53bd4413c3a5c3f59c8be2386d5ab01c16e5faf;hpb=f4ffa4ef5e4cb4a1a43caf932db1b3478abe7b87;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index f53bd44..ce83bf6 100644 --- a/lib/MooseX/Storage/IO/StorableFile.pm +++ b/lib/MooseX/Storage/IO/StorableFile.pm @@ -4,7 +4,7 @@ use Moose::Role; use Storable (); -our $VERSION = '0.17'; +our $VERSION = '0.19'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';