Is XML::LibXML not supported on Perl 5.8.8?

后端 未结 3 848
灰色年华
灰色年华 2021-01-23 05:49

I answered a question on SO a while back where I initially suggested using XML::DOM. After mirod suggested that I use XML::LibXML instead, I implemented it. And to be honest, it

相关标签:
3条回答
  • 2021-01-23 06:17

    I found that I have to add a repository, like the uwinnipeg repo http://theoryx5.uwinnipeg.ca/ppms/, when I am trying to install XML-LibXML on windows. Might be your problem too.

    0 讨论(0)
  • 2021-01-23 06:22

    Use http://kobesearch.cpan.org/ to find repositories that have your desired ppms.

    0 讨论(0)
  • 2021-01-23 06:30

    Also see my post on a different thread regarding how I was able to install XML-LibXML with ActivePerl 5.8.8.

    In short, you can find the appropriate package in the corresponding uwinnipeg repository. NOTE see http://theoryx5.uwinnipeg.ca/ppms/ for the correct repository version to use, and XML-LibXML-Common MUST be installed first. Also, make sure you have the prerequisite DLLs installed before installing XML-LibXML via PPM.

    0 讨论(0)
提交回复
热议问题