typester / anyevent-apns-perl
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (8)
- Wiki (1)
- Graphs
-
Branch:
master
Daisuke Murase (author)
Thu Oct 15 01:21:07 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.shipit | Tue Aug 04 05:34:50 -0700 2009 | |
| |
Changes | Thu Oct 15 01:21:07 -0700 2009 | |
| |
LICENSE | Tue Jul 07 02:13:08 -0700 2009 | |
| |
MANIFEST | Tue Oct 06 20:54:29 -0700 2009 | |
| |
MANIFEST.SKIP | Tue Jul 07 02:13:08 -0700 2009 | |
| |
Makefile.PL | Tue Sep 08 20:01:54 -0700 2009 | |
| |
README | Tue Jul 07 02:13:08 -0700 2009 | |
| |
lib/ | Thu Oct 15 01:21:07 -0700 2009 | |
| |
t/ | Thu Oct 15 01:19:00 -0700 2009 | |
| |
xt/ | Tue Oct 06 20:54:29 -0700 2009 |
README
This is Perl module AnyEvent::APNS.
INSTALLATION
AnyEvent::APNS installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan AnyEvent::APNS
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
AnyEvent::APNS documentation is available as in POD. So you can do:
% perldoc AnyEvent::APNS
to read the documentation online with your favorite pager.
Daisuke Murase
