Skip Menu |

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

Report information
The Basics
Id: 28405
Status: resolved
Priority: 0/
Queue: XML-Atom

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

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



Subject: tests fail without recommended modules XML::XPath and XML::LibXML
This is related to bug #24786. During build, I declined to install the optional modules. CPAN: Module::Build loaded ok (v0.2808) CPAN.pm: Going to build M/MI/MIYAGAWA/XML-Atom-0.25.tar.gz *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - MIME::Base64 ...loaded. (3.07) - URI ...loaded. (1.35) - Class::Data::Inheritable ...loaded. (0.06) [Faster XML parsing with libxml] - XML::LibXML ...missing. (would need 1.54) ==> Auto-install the 1 optional module(s) from CPAN? [y] n [Pure perl XML parsing with XML::XPath] - XML::XPath ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [n] n [Client/Server for Atom API] - LWP ...loaded. (5.805) - LWP::Authen::Wsse ...missing. - Digest::SHA1 ...loaded. (2.11) - DateTime ...loaded. (0.39) ==> Auto-install the 1 optional module(s) from CPAN? [y] n [Feed and API Auto-discovery] - HTML::Parser ...loaded. (3.56) *** Module::AutoInstall configuration finished. Checking whether your kit is complete... Looks good Checking prerequisites... * Optional prerequisite LWP::Authen::Wsse is not installed * Optional prerequisite XML::LibXML is not installed * Optional prerequisite XML::XPath is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Creating new 'Build' script for 'XML-Atom' version '0.25' However, the tests require at least XML::XPath and XML::LibXML. Attached log was produced by ./Build test TEST_VERBOSE=1 > build-test-test-verbose.log 2>&1 Either fix your tests and skip/skip_all where appropriate or mark the modules with build_requires in Makefile.PL.
Subject: build-test-test-verbose.log

Message body is not shown because it is too large.

I made XML::LibXML as a required dependency in 0.27_01. I hate to do this for Windows users but it's PITA to report test failures without the module.