http-engine / HTTP-Engine-Middleware
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (21)
- Wiki (1)
- Graphs
-
Branch:
master
Daisuke Murase (author)
Mon Aug 24 01:21:37 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 23 02:16:59 -0700 2009 | |
| |
.shipit | Thu May 21 01:03:22 -0700 2009 | |
| |
Changes | Thu Jul 02 04:02:30 -0700 2009 | |
| |
MANIFEST | Fri Jun 19 03:49:16 -0700 2009 | |
| |
MANIFEST.SKIP | Wed Feb 18 05:43:51 -0800 2009 | |
| |
Makefile.PL | Fri Jun 19 03:36:49 -0700 2009 | |
| |
README | Tue May 13 00:54:55 -0700 2008 | |
| |
lib/ | Mon Aug 24 01:24:13 -0700 2009 | |
| |
t/ | Mon Aug 24 01:24:13 -0700 2009 | |
| |
xt/ | Sun Feb 15 23:38:19 -0800 2009 |
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
