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/ or make 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).
An external script is used for the build process.
To make it available, you must execute the following commands in your local Git repository:
git submodule init
git submodule update
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!
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)