link to 2013 lightning talk
Karen Etheridge [Sat, 16 Aug 2014 22:02:17 +0000 (15:02 -0700)]
Changes
lib/Safe/Isa.pm

diff --git a/Changes b/Changes
index c769538..46b82bb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for Safe-Isa
 
   - comment blessed use so people who don't know perl stop trying to break it
+  - add link to lightning talk given at YAPC::NA 2013
 
 1.000004 - 2013-09-18
   - fixed slightly mangled metadata from last release
index 81d2281..e4f3fea 100644 (file)
@@ -148,6 +148,11 @@ returns nothing.
 If called on an object, calls C<method_name> on it and returns the result,
 otherwise returns nothing.
 
+=head1 SEE ALSO
+
+I gave a lightning talk on this module (and L<curry> 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>