This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
form /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue Feb 24 23:23:28 -0800 2009 | |
| |
Makefile.PL | Tue Jun 30 08:11:07 -0700 2009 | |
| |
Makefile.in | Wed Oct 14 14:33:18 -0700 2009 | |
| |
README | Thu Jun 04 09:34:02 -0700 2009 | |
| |
lib/ | Wed Oct 14 14:33:18 -0700 2009 | |
| |
t/ | Wed Oct 14 14:33:18 -0700 2009 |
README
An implementation of Perl 6's Form module, as described by Exegesis 7 and Damian Conway's Perl6::Form module. This is a WORK IN PROGRESS and most likely doesn't work at any given time. TODO ==== * Demo: HTML form generation * Data specified as lists * Numeric fields with decimal separator and justification * Numeric fields with thousands separators and justification * Currencies * Everything else BUILDING AND RUNNING ==================== $ perl Makefile.PL $ make $ make test Makefile.PL will examine your environment to find Rakudo. If your Rakudo is configured as Parrot-inside-Rakudo (i.e. you got Rakudo and built it using --gen-parrot), set RAKUDO_DIR to the top level Rakudo directory. If your Rakudo is inside Parrot, set PARROT_DIR to the top level Parrot directory. If the script misdetects PARROT_DIR or RAKUDO_DIR, specifying both in the environment will allow you to correct that. PERL6LIB must be set (TODO: what to? './lib' seems to be the minimum, but something suggests we should do that ourselves) TODO (how does this stack up for Proto users? Should Just Work, I hope) Licensed under the Artistic Licence 2.0







