diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,10 +44,13 @@ Documentation available via installed manpages, also available online: [`gistati ## Contributing Extra tools used for development are: +- [Perl::Critic][perlcritic] and [B::Lint][blint] for linting; - [perltidy] for code formatting; - [ShellCheck] for validating scripts; - [pandoc] for generating the documentation HTML and website. +[perlcritic]: https://metacpan.org/pod/Perl::Critic +[blint]: https://metacpan.org/pod/B::Lint [perltidy]: https://metacpan.org/pod/perltidy [ShellCheck]: https://www.shellcheck.net/ [pandoc]: https://pandoc.org/ |