Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 40665
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: VOVKASM [...] cpan.org
Cc: vovkasm [...] gmail.com
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



CC: vovkasm [...] gmail.com
Subject: add version 2.6.32 in blacklist
XML-LibXML-1.67 has pass tests and works for me (when compiled against libxml2-2.6.32). Please, add this to @blacklist in Makefile.PL
On Tue Nov 04 15:07:14 2008, VOVKASM wrote: Show quoted text
> XML-LibXML-1.67 has pass tests and works for me (when compiled against > libxml2-2.6.32). > Please, add this to @blacklist in Makefile.PL
Ah, I discovered this problem, too. Attached is a patch to fix this problem. Regards, Slaven
Index: Makefile.PL =================================================================== --- Makefile.PL (Revision 754) +++ Makefile.PL (Arbeitskopie) @@ -126,6 +126,7 @@ [2,6,24,1], # all tests pass [2,6,25,0], # broken XPath [2,6,31,1], # tested, works ok + [2,6,32,1], # tested, works ok [2,7,0,0], # broken release [2,7,2,1], # tested, ok );
done in the SVN, thanks.