diff options
author | ivan <ivan> | 2001-04-10 13:46:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-04-10 13:46:43 +0000 |
commit | f91f283833d0dc65bd63d5066a8de16f4dd72d63 (patch) | |
tree | 499f4eb9fa747b4c708d147ebfec4aee3234ad39 | |
parent | 6280eabf02e659d426f3abdc5eb9733dd0a60673 (diff) |
update email addresses and CVS information
-rw-r--r-- | APP.pm | 13 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 13 insertions, 11 deletions
@@ -6,7 +6,7 @@ use Carp; use IO::Socket; use Net::Cmd; -$VERSION = '0.1'; # $Id: APP.pm,v 1.1 1999-06-21 10:11:11 ivan Exp $ +$VERSION = '0.1'; # $Id: APP.pm,v 1.2 2001-04-10 13:46:43 ivan Exp $ $APP_VERSION = '2.1'; @ISA = qw(Net::Cmd IO::Socket::INET); @@ -274,7 +274,7 @@ sub _quote { =head1 AUTHOR -Ivan Kohler <ivan-netapp@sisd.com>. +Ivan Kohler <ivan-netapp_pod@sisd.com>. This module is not sponsored or endorsed by Critical Path. @@ -288,7 +288,7 @@ the same terms as Perl itself. =head1 VERSION -$Id: APP.pm,v 1.1 1999-06-21 10:11:11 ivan Exp $ +$Id: APP.pm,v 1.2 2001-04-10 13:46:43 ivan Exp $ This module currently implements APP v2.1, as documented in the Account Provisioning Protocol Developers Guide v2.1. @@ -316,8 +316,11 @@ L<Net::SSLeay>, L<Net::Cmd>, perl(1). =head1 HISTORY $Log: APP.pm,v $ -Revision 1.1 1999-06-21 10:11:11 ivan -Initial revision +Revision 1.2 2001-04-10 13:46:43 ivan +update email addresses and CVS information + +Revision 1.1.1.1 1999/06/21 10:11:11 ivan +new project =cut @@ -21,19 +21,18 @@ To 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" + $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot" $ cvs login - (Logging in to anonymous@pouncequick.sisd.com) + (Logging in to anonymous@cleanwhisker.420.am) CVS password: anonymous $ cvs checkout Net-APP -as well as <http://www.sisd.com/cgi-bin/cvsweb/Net-APP>. +as well as <http://cleanwhisker.420.am/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. Homepage: <http://www.sisd.com/netapp> -Ivan Kohler <ivan@sisd.com> -20 4,16 * * * saytime +Ivan Kohler <ivan-netapp_readme@420.am> -$Id: README,v 1.3 1999-06-21 10:40:27 ivan Exp $ +$Id: README,v 1.4 2001-04-10 13:46:43 ivan Exp $ |