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)
4 lines
258 B
Text
4 lines
258 B
Text
B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr
|
|
functions to delegate to (or restore) the previous functions, whether assigned
|
|
by perl or by another module. Typically this should be used in conjunction with
|
|
B::Hooks::OP::Check.
|