blob: a19f3b288541f79a729e9d993687f83255100bc2 (
plain)
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
|
Net::APP v0.1
Copyright (c) 1999 Ivan Kohler.
Copyright (c) 1999 Silicon Interactive Software Design.
All rights reserved.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
This module implements a client interface to Critical Path's
<http://www.cp.net> Account Provisioning Protocol, enabling a perl application
to talk to APP servers.
This module is not sponsored or endorsed by Critical Path.
To install:
perl Makefile.PL
make
make test # nothing substantial yet
make install
Documentation will then be available via `man Net:APP' or `perldoc Net::APP'
Anonymous CVS access is available:
$ export CVSROOT=":pserver:anonymous@pouncequick.sisd.com:/home/cvs/cvsroot"
$ cvs login
(Logging in to anonymous@pouncequick.sisd.com)
CVS password: anonymous
$ cvs checkout Net-APP
as well as <http://www.sisd.com/cgi-bin/cvsweb/Net-APP>.
A mailing list for users and developers is available. Send a blank message to
<ivan-netapp-subscribe@sisd.com> to subscribe.
Ivan Kohler <ivan@sisd.com>
20 4,16 * * * saytime
$Id: README,v 1.2 1999-06-21 10:26:07 ivan Exp $
|