-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
48 lines (32 loc) · 1.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Net-APNS-Persistent version 0.03
================================
Net::APNS::Persistent - Send Apple APNS notifications over a persistent connection
Net::APNS::Feedback - Retrieve data from Apple's APNS feedback service
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Class::Accessor
Net::SSLeay
Socket
Encode
JSON::XS
Test::More
Test::Exception
FindBin
USAGE
Please refer to the POD documentation in the perl modules themselves.
SEE ALSO
Homepage for this module:
http://github.com/aufflick/p5-net-apns-persistent
Apple APNS documentation:
http://developer.apple.com/IPhone/library/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html
COPYRIGHT AND LICENCE
Copyright (C) 2009 by Mark Aufflick
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.9 or,
at your option, any later version of Perl 5 you may have available.