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