kraih / mojo

Web Framework

This URL has Read+Write access

mojo / README
100644 28 lines (22 sloc) 1.15 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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