http-engine / HTTP-Engine-Middleware

This URL has Read+Write access

name age message
file .gitignore Mon Mar 23 02:16:59 -0700 2009 oops [tokuhirom]
file .shipit Thu May 21 01:03:22 -0700 2009 we use git [yappo]
file Changes Thu Jul 02 04:02:30 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file MANIFEST Fri Jun 19 03:49:16 -0700 2009 おうっふー [yappo]
file MANIFEST.SKIP Wed Feb 18 05:43:51 -0800 2009 merged from any-moose branch ( svn merge -r3023... [yappo]
file Makefile.PL Fri Jun 19 03:36:49 -0700 2009 dependency modules version++ [yappo]
file README Tue May 13 00:54:55 -0700 2008 initial import [tokuhirom]
directory lib/ Mon Aug 24 01:24:13 -0700 2009 Static: Fixed crashing when rendering file with... [Daisuke Murase]
directory t/ Mon Aug 24 01:24:13 -0700 2009 Static: Fixed crashing when rendering file with... [Daisuke Murase]
directory xt/ Sun Feb 15 23:38:19 -0800 2009 add spell [yappo]
README
This is Perl module HTTP::Engine::Middleware.

INSTALLATION

HTTP::Engine::Middleware installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan HTTP::Engine::Middleware

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

HTTP::Engine::Middleware documentation is available as in POD. So you can do:

    % perldoc HTTP::Engine::Middleware

to read the documentation online with your favorite pager.

Tokuhiro Matsuno