RT for rt.cpan.org
Skip Menu
|
Bug #40665 for XML-LibXML: add version 2.6.32 in blacklist
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Tue Nov 04 15:07:14 2008
VOVKASM [...] cpan.org - Ticket created
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
Tue Nov 04 16:30:04 2008
SREZIC [...] cpan.org - Correspondence added
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 );
Tue Nov 04 16:30:09 2008
The RT System itself - Status changed from 'new' to 'open'
Wed Nov 05 07:04:55 2008
pajas [...] matfyz.cz - Correspondence added
done in the SVN, thanks.
Wed Nov 05 07:05:03 2008
pajas [...] matfyz.cz - Status changed from 'open' to 'resolved'