new project
[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 A mailing list for users and developers is available.  Send a blank message to
24 <ivan-netapp-subscribe@sisd.com> to subscribe.
25
26 Ivan Kohler <ivan@sisd.com>
27 20 4,16 * * * saytime
28
29 $Id: README,v 1.1 1999-06-21 10:11:11 ivan Exp $