Nicolas Mendoza
/
Archive-Lha-0.22
/
CONTRIBUTING.md
Contributing to Archive::Lha
Reporting Bugs
Please use the GitHub issue tracker.
Include the Archive::Lha version, Perl version, and OS.
Pull Requests
- Fork the repository and create a feature branch from
main
- Add tests for any new functionality
- Ensure the test suite passes:
perl Makefile.PL && make test
- Update
Changes with a summary of your change
- Open a pull request against
main
Running Tests
perl Makefile.PL
make
prove -lvr t/
Code Style
This is a Perl XS module. Follow the existing style in the source files.
License
By contributing you agree that your work will be licensed under the same
terms as Perl itself (Artistic License 1.0 or GPL).