yappo / p5-PlackX-Request

This URL has Read+Write access

name age message
file .shipit Loading commit data...
file Changes
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
file README
directory lib/
directory t/
directory xt/
README
This is Perl module PlackX::Request.

INSTALLATION

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

    % cpan PlackX::Request

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc PlackX::Request

to read the documentation online with your favorite pager.

Kazuhiro Osawa