Contributing to Uniform::Upload::PAGI

Thank you for contributing to Uniform::Upload::PAGI!

Development Setup

  1. Fork and Clone:

    git clone [https://github.com/haxmeister/perl-Uniform-Upload-PAGI.git](https://github.com/haxmeister/perl-Uniform-Upload-PAGI.git)
    cd perl-Uniform-Upload-PAGI
    
  2. Install Dependencies:

    cpanm --installdeps .
    
  3. Run Tests:

    prove -Ilib -v t/
    

Submitting Pull Requests

  1. Create a feature branch off main (git checkout -b feature/my-feature).
  2. Verify all test files (t/*.t) pass.
  3. Submit a Pull Request on GitHub.