summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorivan <ivan>1999-06-21 10:11:11 +0000
committerivan <ivan>1999-06-21 10:11:11 +0000
commitff7f79072d14341d7427e12351d56d027d92f589 (patch)
treec567607605960118f0900b5029e680d742866fdb /README
new projectimportIMPORT
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2c88670
--- /dev/null
+++ b/README
@@ -0,0 +1,29 @@
+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'
+
+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.1 1999-06-21 10:11:11 ivan Exp $