ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/p5-Sub-Name/pkg-descr
Revision: 15604
Committed: Sat Nov 23 05:02:57 2013 UTC (10 years, 4 months ago) by laffer1
File size: 452 byte(s)
Log Message:
drop cvs2svn prop

File Contents

# Content
1 The subname() function exported by this module allows one to assign new
2 names to Perl subroutine. This is different from glob-assignment, since
3 the name is only used for informational purposes (caller, Carp, etc.).
4
5 Note that for anonymous closures (subs that reference lexicals declared
6 outside the sub itself) one can name each instance of the closure
7 differently, which can be very useful for debugging.
8
9 WWW: http://search.cpan.org/dist/Sub-Name/