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

..03-May-2022-

inc/H05-Feb-2012-6,7805,078

lib/Net/H05-Feb-2012-314153

t/H05-Feb-2012-7259

xt/H05-Feb-2012-7459

ChangesH A D05-Feb-2012348 1511

MANIFESTH A D05-Feb-2012721 3635

META.ymlH A D05-Feb-2012618 3029

Makefile.PLH A D21-Dec-2011401 2016

READMEH A D21-Dec-2011488 2815

README

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