public
Description:
Homepage: http://search.cpan.org/dist/HTTP-Engine/
Clone URL: git://github.com/http-engine/HTTP-Engine.git
name age message
file .gitignore Fri Mar 06 03:34:54 -0800 2009 more strict argument validation for Interface::... [tokuhirom]
file .shipit Tue May 19 00:30:38 -0700 2009 add git.push_to = origin [yappo]
file Changes Wed Oct 14 04:32:53 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file MANIFEST Wed Oct 14 04:32:53 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file MANIFEST.SKIP Wed Feb 18 03:06:29 -0800 2009 add t/moose directory remover, Because t/moose ... [yappo]
file Makefile.PL Mon Oct 26 00:39:45 -0700 2009 fixed module include bug. [tokuhirom]
file README Wed Apr 23 08:13:13 -0700 2008 HTTP::Server::Wrapper やめた [yappo]
file TODO Fri May 15 00:36:35 -0700 2009 3333 get [yappo]
directory examples/ Tue Oct 13 01:17:08 -0700 2009 s/run/register_service/ [yappo]
directory lib/ Mon Oct 26 00:39:07 -0700 2009 5.008 is Module::CoreList friendly format. [tokuhirom]
file logo.jpg Wed Sep 24 19:00:33 -0700 2008 rewrite [tokuhirom]
directory t/ Thu Oct 22 21:03:53 -0700 2009 ServerSimple: overwritable print_banner [yappo]
directory tools/ Mon Dec 08 17:06:01 -0800 2008 merge mouse branch [tokuhirom]
directory xt/ Sun Jun 28 21:08:23 -0700 2009 Checking in changes prior to tagging of version... [yappo]
README
This is Perl module HTTP::Engine.

INSTALLATION

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

    % cpan HTTP::Engine

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 documentation is available as in POD. So you can do:

    % perldoc HTTP::Engine

to read the documentation online with your favorite pager.

Kazuhiro Osawa