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 2012-03-13 07:55:46.183009-07 by jpalecek2
Patch submitting protocol
Hello,

I'd like to ask how could I submit some patches for HTML::TreeBuilder::XPath. Particularly, I was interested in making XML::XPathengine a little less slow, but in the course of development, I found some bugs and ommisions I'd like to fix (pretty minor, like NaN support for XML::XPathEngine etc.). I do my own development in git.

Regards
Jiri Palecek
Direct Responses: 13670 | Write a response
Posted on 2012-03-15 07:16:41.718686-07 by mirod in response to 13667
Re: Patch submitting protocol
Great, thanks. Both HTML-TreeBuilder-XPath (https://github.com/mirod/HTML--TreeBuilder--XPath) and XML::XPathEngine (https://github.com/mirod/XML--XPathEngine) are on github, So you can fork them and send me a pull request. BTW, This is the wrong place to post this, I rarely read this forum. RT, github or a direct email would have gotten an answer much faster. -- mirod
Direct Responses: Write a response