X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=18d0907aa0d29577b95befbe7cf7880aac052a3c;hb=e44b5f5498b782752d2c91b6796698c86143a2f0;hp=390815f91823015ace353fefea806ed09d1bd7fd;hpb=8919e01e95856d3dd17037352ef93275cdcf2fbd;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index 390815f..18d0907 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.26'; +our $VERSION = '0.32'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';