Update of /cvsroot/net-script/netscript2/src/perl/NetScript/Util
In directory usw-pr-cvs1:/tmp/cvs-serv17924
Modified Files:
ConfigFileParser.pm ConfigurationParser.pm FileRetriever.pm
PropertyFileParser.pm UIDGenerator.pm XMLParserRelay.pm
Log Message:
Index: ConfigFileParser.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/ConfigFileParser.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ConfigFileParser.pm 11 May 2002 13:09:39 -0000 1.4
--- ConfigFileParser.pm 15 May 2002 18:23:11 -0000 1.5
***************
*** 20,24 ****
# Globals
#--------------------------------------------------------
! our $VERSION = '1.0';
#--------------------------------------------------------
--- 20,24 ----
# Globals
#--------------------------------------------------------
!
#--------------------------------------------------------
Index: ConfigurationParser.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/ConfigurationParser.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ConfigurationParser.pm 11 May 2002 13:09:39 -0000 1.2
--- ConfigurationParser.pm 15 May 2002 18:23:11 -0000 1.3
***************
*** 19,23 ****
# Globals
#--------------------------------------------------------
! our $VERSION = '1.0';
$CONFIG_FILE = 'configuration';
--- 19,23 ----
# Globals
#--------------------------------------------------------
!
$CONFIG_FILE = 'configuration';
Index: FileRetriever.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/FileRetriever.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FileRetriever.pm 11 May 2002 13:09:39 -0000 1.4
--- FileRetriever.pm 15 May 2002 18:23:11 -0000 1.5
***************
*** 7,11 ****
# present will lead to a fatal error.
#
- # Class FileRetriever
# $Id$
#
--- 7,10 ----
***************
*** 27,31 ****
# Globals
#--------------------------------------------------------
! our $VERSION = '1.0';
#/**
--- 26,30 ----
# Globals
#--------------------------------------------------------
!
#/**
***************
*** 54,58 ****
import HTTP::Response;
my $userAgent = LWP::UserAgent -> new;
! $userAgent -> agent("NetScript2 FileRetriever/$VERSION");
$userAgent;
};
--- 53,57 ----
import HTTP::Response;
my $userAgent = LWP::UserAgent -> new;
! $userAgent -> agent("NetScript2 FileRetriever");
$userAgent;
};
Index: PropertyFileParser.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/PropertyFileParser.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** PropertyFileParser.pm 11 May 2002 13:09:39 -0000 1.5
--- PropertyFileParser.pm 15 May 2002 18:23:11 -0000 1.6
***************
*** 26,30 ****
# Globals
#--------------------------------------------------------
! our $VERSION = '1.0';
#/**
--- 26,30 ----
# Globals
#--------------------------------------------------------
!
#/**
Index: UIDGenerator.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/UIDGenerator.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** UIDGenerator.pm 11 May 2002 13:09:39 -0000 1.2
--- UIDGenerator.pm 15 May 2002 18:23:11 -0000 1.3
***************
*** 2,6 ****
# $Id$
#
- # Class UIDGenerator
#
# NetScript and all related materials, such as documentation,
--- 2,5 ----
Index: XMLParserRelay.pm
===================================================================
RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/XMLParserRelay.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** XMLParserRelay.pm 11 May 2002 13:09:39 -0000 1.4
--- XMLParserRelay.pm 15 May 2002 18:23:11 -0000 1.5
***************
*** 26,30 ****
# Globals
#--------------------------------------------------------
! our $VERSION = "1.0";
#/**
--- 26,30 ----
# Globals
#--------------------------------------------------------
!
#/**
|