summaryrefslogtreecommitdiff
path: root/APP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'APP.pm')
-rw-r--r--APP.pm13
1 files changed, 8 insertions, 5 deletions
diff --git a/APP.pm b/APP.pm
index aaa3797..0b425c0 100644
--- a/APP.pm
+++ b/APP.pm
@@ -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