Contributing to Razor2-Client-Agent

Thank you for considering contributing to Razor2-Client-Agent!

Getting started

  1. Fork the repository on GitHub
  2. Clone your fork locally
  3. Create a topic branch from main
  4. Make your changes
  5. Run the test suite: prove -l t/
  6. Commit with a clear message
  7. Push to your fork and open a pull request

Building from source

perl Makefile.PL
make
make test

Note: The XS extension requires a C compiler.

Reporting bugs

Please open an issue at https://github.com/toddr/Razor2-Client-Agent/issues with:

Code style

License

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+).