Contributing to This Perl Module
Thank you for your interest in contributing!
Reporting Issues
Please open a CPAN request or a GitHub Issue if you encounter a bug or have a suggestion. Include the following if possible:
- A clear description of the issue
- A minimal code example that reproduces it
- Expected and actual behavior
- Perl version and operating system
Submitting Code
Pull requests are welcome! To contribute code:
- Fork the repository and create a descriptive branch name.
- Write tests for any new feature or bug fix.
- Ensure all tests pass using
prove -l t/
ormake test
. - Follow the existing code style, especially:
- No Tabs please
- No trailing whitespace please
- 2 spaces indentation
- In your pull request, briefly explain your changes and their motivation.
Creating a Distribution (Release)
This module uses MakeMaker for creating releases (make dist
).
Licensing
By submitting code, you agree that your contributions may be distributed under the same license as the project.
Thank you for helping improve this module!