mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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)
11 lines
462 B
Text
11 lines
462 B
Text
Perl6::Form - Implements the Perl 6 'form' built-in
|
|
|
|
This module implements virtually all of the functionality of the
|
|
Perl 6 Form.pm module. The only differences are:
|
|
|
|
Option pairs must be passed in a hash reference;
|
|
Array data sources must be passed as array references;
|
|
Options specified on the use Perl6::Form line are not (yet)
|
|
lexically scoped;
|
|
User-defined line-breaking subroutines are passed their data
|
|
source as a reference to a scalar;
|