fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
342 B
Text
8 lines
342 B
Text
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.
|