X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FIO%2FStorableFile.pm;h=b3504cbe1b702ae2302b845fd783a3e8b4c52ab5;hb=004bf3ea04d7818116a94bb4b387d8ae1dd10f9a;hp=f5d2119c91a73380c462f182cb4d5f79c04486d7;hpb=ec72518379c644ab85126ee0391773ee7028665c;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/IO/StorableFile.pm b/lib/MooseX/Storage/IO/StorableFile.pm index f5d2119..b3504cb 100644 --- a/lib/MooseX/Storage/IO/StorableFile.pm +++ b/lib/MooseX/Storage/IO/StorableFile.pm @@ -1,10 +1,9 @@ - package MooseX::Storage::IO::StorableFile; use Moose::Role; use Storable (); -our $VERSION = '0.18'; +our $VERSION = '0.28'; our $AUTHORITY = 'cpan:STEVAN'; requires 'pack'; @@ -28,6 +27,8 @@ sub store { ); } +no Moose::Role; + 1; __END__