dann / angelos

next generation web application framework

This URL has Read+Write access

dann (author)
Sun Oct 04 08:06:22 -0700 2009
commit  0c17cdf0dad7da757b328c36b9285293e25f5018
tree    c3d32b976a19a954dbc6f7a8fd045cfdd169244e
parent  f4f0403f8eb92bd10dd3043d1a68660e9b21f1d1
angelos / angelos-core
angelos-core/README
This is Perl module Angelos.

INSTALLATION

Angelos installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Angelos

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Angelos documentation is available as in POD. So you can do:

    % perldoc Angelos

to read the documentation online with your favorite pager.

Takatoshi Kitano