Contributing to Business::UPS
Thank you for considering contributing to Business::UPS!
How to Contribute
- Fork the repository at https://github.com/cpan-authors/Business-UPS
- Create a feature branch (
git checkout -b my-feature) - Make your changes
- Run the tests:
prove -lr t/ - Commit with a clear message
- Push and open a Pull Request
Reporting Bugs
Please open an issue at https://github.com/cpan-authors/Business-UPS/issues with:
- Perl version (
perl -v) - Module version
- Steps to reproduce
- Expected vs actual behavior
Code Style
- Follow existing code conventions
- Add tests for new functionality
- Update POD documentation as needed