Contributing to Params::Filter

Thank you for your interest in contributing to Params::Filter.

Bug Reports

Open an issue at https://github.com/bwva/Params-Filter/issues with:

Feature Requests

Open an issue describing the use case and proposed behaviour. Discussion before implementation helps ensure alignment with the project direction.

Pull Requests

  1. Fork the repository
  2. Create a topic branch from main
  3. Make your changes
  4. Ensure all tests pass:
perl Makefile.PL
make test           # Core tests (t/)
  1. Submit a pull request against main

Code Style

Tests

License

By contributing, you agree that your contributions will be licensed under the Artistic License 2.0.