X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Storage.git;a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=b3504cbe1b702ae2302b845fd783a3e8b4c52ab5;hp=5c3e4788036e8f256d4e0b1889cfcc31d92c8ed4;hb=004bf3ea04d7818116a94bb4b387d8ae1dd10f9a;hpb=be50e6efef21894f1b09b9890e99eb75faffb89d diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index 5c3e478..b3504cb 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.27'; +our $VERSION = '0.28'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack';