cvs commit: ports/devel Makefile ports/devel/p5-Sub-Current
Makefile distinfo pkg-descr pkg-plist
Chin-San Huang
chinsan at FreeBSD.org
Sat Aug 30 18:05:10 UTC 2008
chinsan 2008-08-30 18:05:09 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Sub-Current Makefile distinfo pkg-descr pkg-plist
Log:
Add p5-Sub-Current, get the current subroutine.
Sub::Current makes available a function ROUTINE(), that returns a code
reference pointing at the currently executing subroutine.
In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
this function will return undef.
Outside of a special block (that is, at the top level of a program)
ROUTINE() will return undef as well.
WWW: http://search.cpan.org/dist/Sub-Current/
Revision Changes Path
1.3182 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/p5-Sub-Current/Makefile (new)
1.1 +3 -0 ports/devel/p5-Sub-Current/distinfo (new)
1.1 +10 -0 ports/devel/p5-Sub-Current/pkg-descr (new)
1.1 +7 -0 ports/devel/p5-Sub-Current/pkg-plist (new)
More information about the cvs-ports
mailing list