mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
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)
6 lines
340 B
Plaintext
6 lines
340 B
Plaintext
Perl6::Subs is a source filter that adds a very useful subset of Perl
|
|
6 subroutine syntax to Perl 5. Given a subroutine defined with a Perl
|
|
6 prototype, the code generated by Perl6::Subs will, at runtime,
|
|
declare the formal parameters, assign them their values, and validate
|
|
their contents according to both built-in and user-given rules.
|