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=d859ae223088017d2c975c545211e6795ece87c2;hpb=0e11bec1378edda3cb4b4a985ee98fe427842a22;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index d859ae2..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.18'; +our $VERSION = '0.19'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';