• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H13-Apr-2010-6,5114,705

lib/HTTP/Engine/H13-Apr-2010-2,1861,092

t/H13-Apr-2010-2,1601,792

xt/H13-Apr-2010-6258

ChangesH A D13-Apr-20104.7 KiB12598

MANIFESTH A D08-Mar-20102.9 KiB9998

META.ymlH A D13-Apr-20101.1 KiB5554

Makefile.PLH A D08-Mar-20104 KiB179139

READMEH A D08-Mar-2010571 2815

README

1This is Perl module HTTP::Engine::Middleware.
2
3INSTALLATION
4
5HTTP::Engine::Middleware installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan HTTP::Engine::Middleware
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21HTTP::Engine::Middleware documentation is available as in POD. So you can do:
22
23    % perldoc HTTP::Engine::Middleware
24
25to read the documentation online with your favorite pager.
26
27Tokuhiro Matsuno
28