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