aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Perl6-Form/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-01-25 06:45:43 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-01-25 06:45:43 +0000
commitab956a5ad89f94908b865f2ad9397a5da627395a (patch)
tree3228eb9ce6f5e718a0681f185eafad70b4b0c970 /devel/p5-Perl6-Form/pkg-descr
parentc2b25b7d908cdc953e9c57e0f4d755e583a371e9 (diff)
downloadports-ab956a5ad89f94908b865f2ad9397a5da627395a.tar.gz
ports-ab956a5ad89f94908b865f2ad9397a5da627395a.zip
- This module implements the Perl 6 'form' built-in.
PR: ports/73486 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
Notes
Notes: svn path=/head/; revision=127271
Diffstat (limited to 'devel/p5-Perl6-Form/pkg-descr')
-rw-r--r--devel/p5-Perl6-Form/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Perl6-Form/pkg-descr b/devel/p5-Perl6-Form/pkg-descr
new file mode 100644
index 000000000000..01db92232258
--- /dev/null
+++ b/devel/p5-Perl6-Form/pkg-descr
@@ -0,0 +1,13 @@
+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;
+
+WWW: http://search.cpan.org/dist/Perl6-Form/