typester / anyevent-apns-perl

This URL has Read+Write access

name age message
file .shipit Tue Aug 04 05:34:50 -0700 2009 Checking in changes prior to tagging of version... [Daisuke Murase]
file Changes Thu Oct 15 01:21:07 -0700 2009 Checking in changes prior to tagging of version... [Daisuke Murase]
file LICENSE Tue Jul 07 02:13:08 -0700 2009 adhoc implementation [Daisuke Murase]
file MANIFEST Tue Oct 06 20:54:29 -0700 2009 add spell test and fix some typos [Daisuke Murase]
file MANIFEST.SKIP Tue Jul 07 02:13:08 -0700 2009 adhoc implementation [Daisuke Murase]
file Makefile.PL Tue Sep 08 20:01:54 -0700 2009 Checking in changes prior to tagging of version... [Daisuke Murase]
file README Tue Jul 07 02:13:08 -0700 2009 adhoc implementation [Daisuke Murase]
directory lib/ Thu Oct 15 01:21:07 -0700 2009 Checking in changes prior to tagging of version... [Daisuke Murase]
directory t/ Thu Oct 15 01:19:00 -0700 2009 fix stupid bug [Daisuke Murase]
directory xt/ Tue Oct 06 20:54:29 -0700 2009 add spell test and fix some typos [Daisuke Murase]
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