Thank you for considering contributing to Razor2-Client-Agent!
- Fork the repository on GitHub
- Clone your fork locally
- Create a topic branch from
main - Make your changes
- Run the test suite:
prove -l t/ - Commit with a clear message
- Push to your fork and open a pull request
perl Makefile.PL
make
make testNote: The XS extension requires a C compiler.
Please open an issue at https://github.com/toddr/Razor2-Client-Agent/issues with:
- Perl version (
perl -v) - Operating system
- Steps to reproduce
- Expected vs actual behavior
- Use
perltidywith the project's.perltidyrc - Add
use strictanduse warningsto all modules - Write tests for new functionality
By contributing, you agree that your contributions will be licensed under the same terms as Perl itself (Artistic License 1.0 and/or GPL v1+).