SEE ALSO Sub::Identify (RT#76822)
Karen Etheridge [Sat, 9 Aug 2014 04:07:57 +0000 (21:07 -0700)]
lib/Sub/Name.pm

index 7213465..f551b31 100644 (file)
@@ -29,6 +29,15 @@ Note that for anonymous closures (subs that reference lexicals declared outside
 the sub itself) you can name each instance of the closure differently, which
 can be very useful for debugging.
 
+=head1 SEE ALSO
+
+=over 4
+
+=item *
+L<Sub::Identify> - for getting information about subs
+
+=back
+
 =head1 AUTHOR
 
 Matthijs van Duin <xmath@cpan.org>