Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritz/cgi-application
Perl 6 port of the Perl 5 module CGI::Application
https://github.com/moritz/cgi-application
Last synced: 16 days ago
JSON representation
Perl 6 port of the Perl 5 module CGI::Application
- Host: GitHub
- URL: https://github.com/moritz/cgi-application
- Owner: moritz
- Created: 2010-06-26T11:36:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T18:31:28.000Z (about 8 years ago)
- Last Synced: 2024-11-05T20:51:46.549Z (2 months ago)
- Language: Perl6
- Homepage:
- Size: 33.2 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Port of the Perl 5 CGI::Application module to Perl 6.
The Perl 6 port tries to actively use the features of the Perl 6 object model,
so for example setter methods that work as $app->params($p) in the Perl 5
module are realized as $app.param = $p in the Perl 6 port.Very much a work in progress. Contributes are very welcome.
Status:
* basic dispatch worksLicense:
I've contacted the authors of Perl 5 CGI::Application to get
permission to re-distribute some of their code under the terms of the Artistic
License 2. If they grant it, this module will be AL2. If not, it will have the
same license as the origianl module (ie AL1 + GPL).
If you contribute to this module, you implicitly declare that either of the
two licensing models is fine for you.