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 (
mojo /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 07 06:37:45 -0700 2009 | |
| |
.perltidyrc | Tue Nov 18 15:38:46 -0800 2008 | |
| |
Changes | Sat Nov 07 11:39:42 -0800 2009 | |
| |
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/ | Sun Nov 08 06:32:41 -0800 2009 | |
| |
rfc2388.txt | Tue Oct 21 01:35:09 -0700 2008 | |
| |
rfc2616.txt | Tue Oct 21 01:35:09 -0700 2008 | |
| |
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 | Thu Sep 17 07:44:19 -0700 2009 | |
| |
script/ | Tue Aug 18 07:29:11 -0700 2009 | |
| |
t/ | Sat Nov 07 11:39:42 -0800 2009 |
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







