X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FStorage%2FDeferred.pm;h=65f107eefb7617328b6a33208d4d549e090f7efd;hb=ec72518379c644ab85126ee0391773ee7028665c;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..65f107e 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.18'; our $AUTHORITY = 'cpan:STEVAN'; with 'MooseX::Storage::Basic'; @@ -133,12 +133,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