http://www.perlmonks.org?node_id=935149


in reply to Re^4: How to get paired values from the nested XML structure?
in thread How to get paired values from the nested XML structure?

This message:

Tests succeeded but one dependency not OK (XML::LibXSLT)

Is telling you that XML::LibXSLT (a dependency of XML::XSH2) isn't installed. You can either install this using cpan or alter the cpan configuration to follow fetch and install dependencies by:

c:\cpan cpan> o conf prerequisites_policy follow cpan> o conf commit