abh / mojo forked from kraih/mojo
- Source
- Commits
- Network (34)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit ccecd7dea7cf57b82ba0daaf09e92cea71f0a8bd
tree 7bd7ba71c78404de782e3f6f2c4567172ef1034d
parent a4b16ae33366e907a6e5ea74b4bc71c4878c60e5
tree 7bd7ba71c78404de782e3f6f2c4567172ef1034d
parent a4b16ae33366e907a6e5ea74b4bc71c4878c60e5
mojo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 07 06:37:45 -0700 2009 | |
| |
.perltidyrc | Tue Nov 18 15:38:46 -0800 2008 | |
| |
Changes | ||
| |
LICENSE | Fri Jul 31 12:02:43 -0700 2009 | |
| |
MANIFEST.SKIP | Wed Oct 29 14:57:30 -0700 2008 | |
| |
Makefile.PL | Mon Aug 03 11:06:24 -0700 2009 | |
| |
README | Sun Aug 02 20:07:31 -0700 2009 | |
| |
fcgi-spec.html | Tue Oct 21 01:35:09 -0700 2008 | |
| |
lib/ | ||
| |
rfc2388.txt | Tue Oct 21 01:35:09 -0700 2008 | |
| |
rfc2616.txt | Sun Oct 11 03:50:08 -0700 2009 | |
| |
rfc2965.txt | Tue Oct 21 01:35:09 -0700 2008 | |
| |
rfc3875.txt | Thu Sep 17 07:44:19 -0700 2009 | |
| |
rfc3986.txt | Tue Oct 21 01:35:09 -0700 2008 | |
| |
rfc4627.txt | Sun Oct 11 03:50:08 -0700 2009 | |
| |
script/ | Tue Aug 18 07:29:11 -0700 2009 | |
| |
t/ |
README
Mojo provides a minimal interface between web servers and Perl web
frameworks.
Also included in the distribution are two MVC web frameworks named
Mojolicious and Mojolicious::Lite.
Currently there are no requirements besides Perl 5.8.1.
.------------------------------------------------------------.
| |
| Application .-------------------------------------------'
| | .-------------------. .-------------------.
| | | Mojolicious | | Mojolicious::Lite |
'----------------' '-------------------' '-------------------'
.------------------------------------------------------------.
| Mojo |
'------------------------------------------------------------'
.------------------. .------------------. .------------------.
| CGI | | FastCGI | | HTTP 1.1 |
'------------------' '------------------' '------------------'
To install this module type the following:
perl Makefile.PL
make
make test
make install

