You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2006/08/04 14:44:16 UTC

svn commit: r428712 - in /xml/axkit/trunk: Makefile.PL lib/Apache/AxKit/Language/LibXSLT.pm

Author: matts
Date: Fri Aug  4 05:44:16 2006
New Revision: 428712

URL: http://svn.apache.org/viewvc?rev=428712&view=rev
Log:
Bump required versions

Modified:
    xml/axkit/trunk/Makefile.PL
    xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm

Modified: xml/axkit/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/xml/axkit/trunk/Makefile.PL?rev=428712&r1=428711&r2=428712&view=diff
==============================================================================
--- xml/axkit/trunk/Makefile.PL (original)
+++ xml/axkit/trunk/Makefile.PL Fri Aug  4 05:44:16 2006
@@ -71,7 +71,7 @@
     ],
     "Optional modules required for XSP and LibXSLT engine" => [
         -default => 0,
-        'XML::LibXML'     => '1.58',
+        'XML::LibXML'     => '1.59',
     ],
     "Optional modules required for some features of SimpleTaglib" => [
         -default => 0,
@@ -80,7 +80,7 @@
     ],
     "Optional module required for LibXSLT engine" => [
         -default => 0,
-        'XML::LibXSLT'    => '1.58',
+        'XML::LibXSLT'    => '1.59',
     ],
     "Optional for tidying output of AxTraceIntermediate XSP pages" => [
         -default => 0,

Modified: xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm
URL: http://svn.apache.org/viewvc/xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm?rev=428712&r1=428711&r2=428712&view=diff
==============================================================================
--- xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm (original)
+++ xml/axkit/trunk/lib/Apache/AxKit/Language/LibXSLT.pm Fri Aug  4 05:44:16 2006
@@ -19,8 +19,8 @@
 
 use strict;
 use vars qw/@ISA $VERSION %DEPENDS/;
-use XML::LibXSLT 1.30;
-use XML::LibXML;
+use XML::LibXSLT 1.59;
+use XML::LibXML  1.59;
 use Apache;
 use Apache::Request;
 use Apache::AxKit::Language;