I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-01-03 04:40:02-08 by nsk1235
:Installing XML-XSLT Module
I am keen on knowing the installing of XML::XSLT module. What are the dependency modules need to be installed? Is there any alternative module for XML::XSLT so that i can avoid installing dependency modules? Nitin
Direct Responses: 6798 | Write a response
Posted on 2008-01-03 08:52:04-08 by gellyfish in response to 6797
Re: :Installing XML-XSLT Module
Hi, As it says in the README file:
DEPENDENCIES This module requires XML::DOM (and its dependency XML::Parser) and also requires Test::More to perform its tests.
The next release will also require XML::DOM::XPath. The only alternative XSLT module is XML::LibXSLT which itself depends on both the libxslt2 C library and the XML::LibXML module. /J\
Direct Responses: 6799 | Write a response
Posted on 2008-01-03 09:20:33-08 by nsk1235 in response to 6798
Re: :Installing XML-XSLT Module
Seems this XML::LibXSLT too has a dependency,Tried installing XML::LibXML, but following modules may be required <br> <br> Warning: prerequisite XML::LibXML::Common 0.13 not found.<br> Warning: prerequisite XML::NamespaceSupport 1.07 not found.<br> Warning: prerequisite XML::SAX 0.11 not found<br> <br><br> Anyways Thanks for response. Suggest me what else i can do. <br><br> Thanks in advance<br> Nitin
Direct Responses: Write a response