X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcurry.pm;h=58bbeb4d04de045c7b683f52c28f9e1069ac80dc;hb=825199d87309a536fc85eb61f29cd2e788a8620b;hp=544013ec219585ae9d9be9e23b592b197e6e9589;hpb=cfc04a372f9abeabe532ef25c3fe0c188a0a5232;p=p5sagit%2Fcurry.git diff --git a/lib/curry.pm b/lib/curry.pm index 544013e..58bbeb4 100644 --- a/lib/curry.pm +++ b/lib/curry.pm @@ -1,6 +1,6 @@ package curry; -our $VERSION = '1.0'; +our $VERSION = '1.000000'; $VERSION = eval $VERSION; sub AUTOLOAD { @@ -19,7 +19,7 @@ use Scalar::Util (); sub AUTOLOAD { my $invocant = shift; Scalar::Util::weaken($invocant) if Scalar::Util::blessed($invocant); - my ($method) = our $AUTOLOAD =~ /^curry::(.+)$/; + my ($method) = our $AUTOLOAD =~ /^curry::weak::(.+)$/; my @args = @_; return sub { return unless $invocant; @@ -80,7 +80,7 @@ None yet - maybe this software is perfect! (ahahahahahahahahaha) =head1 COPYRIGHT -Copyright (c) 2012 the Import::Into L and L +Copyright (c) 2012 the curry L and L as listed above. =head1 LICENSE