stunnel example usage update
[Net-APP.git] / README
1 Net::APP v0.2
2
3 Copyright (c) 2001 Ivan Kohler.
4 All rights reserved.
5 This program is free software; you can redistribute it and/or modify it under
6 the same terms as Perl itself.
7
8 This module implements a client interface to Critical Path's
9 <http://www.cp.net> Account Provisioning Protocol, enabling a perl application
10 to talk to APP servers.
11
12 This module is not sponsored or endorsed by Critical Path.
13
14 To install:
15         perl Makefile.PL
16         make
17         make test # nothing substantial yet
18         make install
19
20 Documentation will then be available via `man Net:APP' or `perldoc Net::APP'
21
22 Anonymous CVS access is available:
23   $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
24   $ cvs login
25   (Logging in to anonymous@cleanwhisker.420.am)
26   CVS password: anonymous
27   $ cvs checkout Net-APP
28 as well as <http://cleanwhisker.420.am/cgi-bin/cvsweb/Net-APP>.
29
30 A mailing list for users and developers is available.  Send a blank message to
31 <ivan-netapp-subscribe@sisd.com> to subscribe.
32
33 Homepage: <http://www.sisd.com/netapp>
34
35 Ivan Kohler <ivan-netapp_readme@420.am>
36
37 $Id: README,v 1.5 2001-11-09 21:58:40 ivan Exp $