You need several applications to be able to contribute, run tests, lint and format the code
- Perl interpreter (using perlbrew)
- cpanm
- modules to build the package
- modules to run tests
- modules to run perlcritic and perltidy
- Install perlbrew on your system (https://perlbrew.pl/)
- Init the perlbrew (only once if you didn't have it before)
$ perlbrew init- Install perl and all necessary modules to a separate library
$ source dev.rcPrepare your shell by running:
$ source dev.rc $ make tidy $ make unit-test $ make author-test $ make release-test $ make build