Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added XML::Dumper and XML::LibXSLT as prerequisites in META.json #65

Closed
wants to merge 1 commit into from
Closed

Conversation

sebokopter
Copy link

It seems these two missing XML modules in the prerequisites are causing fails on cpantesters.org:

http://www.cpantesters.org/cpan/report/d00181b0-076e-11e4-84c4-fc77f9652e90
http://www.cpantesters.org/cpan/report/9fe36504-03ca-11e4-84c4-fc77f9652e90

@apipe-tester
Copy link
Contributor

Can one of the admins verify this patch?

@brummett
Copy link
Contributor

The two test results you've linked show t/URT/t/04e_file.t is failing because of a missing file. This error is usually a transient error on the test machine.

The complaints about missing XML modules are there because it's skipping those tests. We've purposefully left those XML modules out of the prerequisites list because they're hard to build on some platforms we're supporting (old Ubuntu releases and some OSX versions), and the XML support isn't necessary for the rest of the functionality.

@brummett brummett closed this Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants