Contributing to XML::Parser

Thank you for considering contributing to XML::Parser.

How to Contribute

  1. Fork the repository on GitHub: https://github.com/cpan-authors/XML-Parser
  2. Create a topic branch from main
  3. Make your changes and add tests where appropriate
  4. Run the test suite: perl Makefile.PL && make && make test
  5. 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

License

By contributing, you agree that your contributions will be licensed under the same terms as Perl itself.