switch version to full length
[p5sagit/curry.git] / lib / curry.pm
index 544013e..58bbeb4 100644 (file)
@@ -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</AUTHOR> and L</CONTRIBUTORS>
+Copyright (c) 2012 the curry L</AUTHOR> and L</CONTRIBUTORS>
 as listed above.
 
 =head1 LICENSE