aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Name/pkg-descr
blob: 80f30b6d0b73713e139894e6a45f714e5409159c (plain) (blame)
1
2
3
4
5
6
7
8
9
The subname() function exported by this module allows one to assign new
names to Perl subroutine.  This is different from glob-assignment, since
the name is only used for informational purposes (caller, Carp, etc.).

Note that for anonymous closures (subs that reference lexicals declared
outside the sub itself) one can name each instance of the closure
differently, which can be very useful for debugging.

WWW: http://search.cpan.org/dist/Sub-Name/