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

..03-May-2022-

eg/H01-Feb-2013-3528

inc/Module/H01-Feb-2013-2,1351,584

lib/AnyEvent/H01-Feb-2013-885386

t/H01-Feb-2013-9280

xt/H01-Feb-2013-7163

.gitignoreH A D09-Apr-2012216 2826

ChangesH A D01-Feb-20132.1 KiB10062

MANIFESTH A D01-Nov-2012656 3231

META.ymlH A D01-Feb-2013714 3433

Makefile.PLH A D01-Nov-2012491 2015

READMEH A D09-Apr-2012526 2815

README

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