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

..03-May-2022-

eg/H05-Aug-2009-4533

inc/H05-Aug-2009-5,7224,238

lib/AnyEvent/H05-Aug-2009-213114

t/H05-Aug-2009-53

xt/H05-Aug-2009-2622

.gitignoreH A D03-Aug-200937 65

ChangesH A D05-Aug-2009654 1913

MANIFESTH A D03-Aug-2009656 3231

META.ymlH A D05-Aug-2009756 3635

Makefile.PLH A D03-Aug-2009381 2016

READMEH A D03-Aug-2009558 2815

README

1This is Perl module AnyEvent::ReverseHTTP.
2
3INSTALLATION
4
5AnyEvent::ReverseHTTP installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan AnyEvent::ReverseHTTP
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
21AnyEvent::ReverseHTTP documentation is available as in POD. So you can do:
22
23    % perldoc AnyEvent::ReverseHTTP
24
25to read the documentation online with your favorite pager.
26
27Tatsuhiko Miyagawa
28