From: Karen Etheridge Date: Sat, 9 Aug 2014 04:07:57 +0000 (-0700) Subject: SEE ALSO Sub::Identify (RT#76822) X-Git-Tag: v0.09~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa1e952510b8665a3c408570df5bc2e2aecddf9e;p=p5sagit%2FSub-Name.git SEE ALSO Sub::Identify (RT#76822) --- diff --git a/lib/Sub/Name.pm b/lib/Sub/Name.pm index 7213465..f551b31 100644 --- a/lib/Sub/Name.pm +++ b/lib/Sub/Name.pm @@ -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 - for getting information about subs + +=back + =head1 AUTHOR Matthijs van Duin