X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FDeferred.pm;h=4e4066b2e16bde4bcab5e4ab2fdf98a91cadbeab;hb=11d44bb52ca8164d34774985af7b550cfd0c60a0;hp=2326dafefc4850762799be68be7a614d45f5d728;hpb=bf33d7c7a646b2ddc69b7f662e91ebb001f4ff37;p=gitmo%2FMooseX-Storage.git diff --git a/lib/MooseX/Storage/Deferred.pm b/lib/MooseX/Storage/Deferred.pm index 2326daf..4e4066b 100644 --- a/lib/MooseX/Storage/Deferred.pm +++ b/lib/MooseX/Storage/Deferred.pm @@ -1,7 +1,7 @@ package MooseX::Storage::Deferred; use Moose::Role; -our $VERSION = '0.03'; +our $VERSION = '0.22'; our $AUTHORITY = 'cpan:STEVAN'; with 'MooseX::Storage::Basic'; @@ -62,6 +62,8 @@ sub store { $self->$method_to_call($filename, $type, @args); } +no Moose::Role; + 1; __END__ @@ -133,12 +135,12 @@ SYNOPSIS for more info) =back -B The B I/O option is not supported, -this is because it does not mix well with options who also +B The B I/O option is not supported, +this is because it does not mix well with options who also have a C and C methods like this. It is possible -to probably work around this issue, but I don't currently +to probably work around this issue, but I don't currently have the need for it. If you need this supported, talk to me -and I will see what I can do. +and I will see what I can do. =head1 METHODS