add youtube link to lightning talk
[p5sagit/curry.git] / lib / curry.pm
index 7cf281d..49d20c5 100644 (file)
@@ -1,6 +1,6 @@
 package curry;
 
-our $VERSION = '2.000000';
+our $VERSION = '2.000001';
 $VERSION = eval $VERSION;
 
 our $curry = sub {
@@ -34,7 +34,7 @@ $curry::weak = sub {
   }
 };
 
-sub curry::_ { &$curry::weak }
+sub curry::weak::_ { &$curry::weak }
 
 sub AUTOLOAD {
   my $invocant = shift;
@@ -103,6 +103,11 @@ to be sure you weren't closing over things the wrong way?
 
 Right. That's why I wrote this.
 
+=head1 SEE ALSO
+
+I gave a lightning talk on this module (and L<Safe::Isa> and L<Import::Into>) at
+L<YAPC::NA 2013|https://www.youtube.com/watch?v=wFXWV2yY7gE&t=46m05s>.
+
 =head1 AUTHOR
 
 mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>