matts 2005/10/25 08:14:41
Modified: . Makefile.PL
Log:
Require Apache::Test 1.26 (as earlier versions had a bug in that made
testing on an OS that had both mod_perl 1 & 2 installed impossible).
Revision Changes Path
1.26 +3 -3 xml-axkit/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/xml-axkit/Makefile.PL,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile.PL 10 Aug 2005 14:48:05 -0000 1.25
+++ Makefile.PL 25 Oct 2005 15:14:41 -0000 1.26
@@ -52,13 +52,13 @@
'Digest::MD5' => '2.09',
'Compress::Zlib' => '',
'Error' => '0.14',
- 'Apache::Request' => '0.31_03',
+ 'Apache::Request' => '0.33',
'File::Basename' => '',
'File::Spec' => '',
],
"Apache::Test for live server tests" => [
-tests => [ <t/xslt-basic/*.t> ],
- 'Apache::Test' => '1.00',
+ 'Apache::Test' => '1.26',
],
"Optional modules for using XPathScript" => [
-default => 0,