matts 2003/02/08 05:49:21
Modified: . Tag: AxKit-1_6_1 Makefile.PL Log: HEAD merge Revision Changes Path No revision No revision 1.13.2.2 +18 -1 xml-axkit/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/xml-axkit/Makefile.PL,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -u -r1.13.2.1 -r1.13.2.2 --- Makefile.PL 4 Feb 2003 22:03:13 -0000 1.13.2.1 +++ Makefile.PL 8 Feb 2003 13:49:21 -0000 1.13.2.2 @@ -180,6 +180,23 @@ REASON } +if (eval { require XML::LibXML }) { + if (XML::LibXML->VERSION eq '1.53') { + die <<"REASON"; + +***** ERROR ***** + +XML::LibXML 1.53 found. This version does not work with AxKit and +has serious bugs which mean we cannot recommend it. + +Please either upgrade to 1.54_03 (available on CPAN via a manual +download), downgrade to 1.52 which is stable, or upgrade to a higher +version when they are released. + +REASON + } +} + $config{INC} .= ' ' . Apache::src->new->inc; if ($DEBUG) {