Date: Wednesday January 30, 2002 @ 9:38
Author: matt
Update of /home/cvs/AxKit-XSP-Util
In directory ted:/home/matt/Perl/AxKit-XSP-Util
Modified Files:
Changes Makefile.PL Util.pm
Log Message:
Updated changes
Updated PREREQ's
Changed to use Time::Piece
Index: Changes
===================================================================
RCS file: /home/cvs/AxKit-XSP-Util/Changes,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Changes 2001/06/04 10:17:58 1.2
+++ Changes 2002/01/30 09:38:42 1.3
@@ -1,5 +1,9 @@
Revision history for Perl extension AxKit::XSP::Util.
+1.5
+ - Updated to use XML::LibXML for AxKit 1.5
+ - Changed Time::Object for Time::Piece
+
1.4
- Updated to AxKit 1.4 API
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/AxKit-XSP-Util/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.PL 2001/06/04 10:11:27 1.3
+++ Makefile.PL 2002/01/30 09:38:42 1.4
@@ -5,10 +5,10 @@
'NAME' => 'AxKit::XSP::Util',
'VERSION_FROM' => 'Util.pm', # finds $VERSION
'PREREQ_PM' => {
- AxKit => 1.4,
+ AxKit => 1.5,
HTTP::GHTTP => 1.0,
- Time::Object => 0.11,
+ Time::Piece => 1.0,
Apache::File => 0,
- XML::XPath => 1.0,
+ XML::LibXML => 1.31,
},
);
Index: Util.pm
===================================================================
RCS file: /home/cvs/AxKit-XSP-Util/Util.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Util.pm 2002/01/30 09:35:34 1.12
+++ Util.pm 2002/01/30 09:38:42 1.13
@@ -1,12 +1,12 @@
-# $Id: Util.pm,v 1.12 2002/01/30 09:35:34 matt Exp $
+# $Id: Util.pm,v 1.13 2002/01/30 09:38:42 matt Exp $
package AxKit::XSP::Util;
use strict;
use Apache::AxKit::Language::XSP;
use HTTP::GHTTP;
use Apache::File;
-use XML::LibXML 0.97;
-use Time::Object; # overrides localtime
+use XML::LibXML 1.31;
+use Time::Piece; # overrides localtime
use vars qw/@ISA $NS $VERSION/;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]