From c756f63b96a325506abf749b6ff7b8cef5015845 Mon Sep 17 00:00:00 2001 From: slef Date: Tue, 12 Sep 2006 21:51:06 +0000 Subject: [PATCH] set XML::LibXML version as given in jmf email Tue, 20 Jun 2006 04:09:35 -0700 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index ba8d22a4ec..7c82968c0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,7 @@ WriteMakefile( 'PDF::API2' => 1, 'Net::LDAP' => 1, XML::Simple=>1, - 'XML::SAX::LibXML' => 1 + 'XML::LibXML' => 1.58 }, CONFIGURE => sub { # Figure out options here? -- 2.39.5