Todd Rinaldo
/
XML-Parser-2.58
⭐ Starred 8
GitHub stars
/
CONTRIBUTING.md
Contributing to XML::Parser
Thank you for considering contributing to XML::Parser.
How to Contribute
- Fork the repository on GitHub: https://github.com/cpan-authors/XML-Parser
- Create a topic branch from
main
- Make your changes and add tests where appropriate
- Run the test suite:
perl Makefile.PL && make && make test
- Submit a pull request
Bug Reports
Please file bug reports on the GitHub issue tracker:
https://github.com/cpan-authors/XML-Parser/issues
Include the version of XML::Parser, Perl, and your operating system.
Coding Guidelines
- Follow the existing code style
- Add tests for new functionality or bug fixes
- Keep changes focused — one concern per pull request
License
By contributing, you agree that your contributions will be licensed under
the same terms as Perl itself.