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

Test::XML on centos #79

Open
aubreyja opened this issue Jul 30, 2014 · 0 comments
Open

Test::XML on centos #79

aubreyja opened this issue Jul 30, 2014 · 0 comments
Labels

Comments

@aubreyja
Copy link
Owner

if you use cpan to install Pod::WSDL on CentOS it fails because Test::XML doesn't install correctly
I can't get Test::XML to test correctly at all so I changed the prereqs to install Test::XML with -f
hmm, that must be new in centos 7
that was something that happened in CentOS 6
but it was wierd and slippery
ok, we don't need Test::XML - it's just for tests?
right, its just for testing Pod::WSDL
so if you can get that from a package, for example, you can remove all the Test::XML stuff
ok soudns good
another wrinkle is that I think the force install confuses the dependency checker
so there were packages (like HTML::Template) that weren't getting installed because of missing dependancies
I never really figured out what exactly what was going on
ok maybe we try doing -f Pod::WSDL last then
right, that seems like the way to go (unless something else uses Test::XML, which it might)
right
this on github?
#68
THis is the initial issue
but I've been wreseling with it for a while
ok, thanks
np, I checked that it does work on CentOS 7 (but not 6 anymore because of the -j issue) a few days ago, but it could very well pop up again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant