The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Contributing to git-find

Thank you for your interest and help!

Finding issues

Development

This project uses the standard Perl workflow.

Fork on GitHub, and then:

git clone https://github.com/<your name>/git-find.git
cd git-find

To build and test:

perl Makefile.PL
make
make test

To test iteratively while developing, run:

prove -l

If you are testing the parser, run

make yapp && prove -l

to make sure the latest parser is compiled.

Licensing

git-find is licensed under the MIT license. As part of your first PR, please add a "Portions copyright your name" line to the LICENSE file.