diff options
author | EuAndreh <eu@euandre.org> | 2021-03-08 17:23:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-03-08 17:23:16 -0300 |
commit | 0d4f64273842bf2a1d614a605cfb38f8cce7f70f (patch) | |
tree | 7185ccbe6297673828073423a2a8dd52373aa6b3 | |
parent | Add Perl::Critic and B::Lint (diff) | |
download | gistatic-0d4f64273842bf2a1d614a605cfb38f8cce7f70f.tar.gz gistatic-0d4f64273842bf2a1d614a605cfb38f8cce7f70f.tar.xz |
README.md: Link to Git::Raw on CPAN
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -27,11 +27,11 @@ make ``` The requirements are Perl with dependencies: -- [p5-Git-Raw]: Perl bindings to [libgit2]; +- [Git::Raw]: Perl bindings to [libgit2]; - [Mustache::Simple]: template library for generating output files; - [CommonMark][cm-p]: [CommonMark][cm-spec] renderer. -[p5-Git-Raw]: https://github.com/jacquesg/p5-Git-Raw/ +[Git::Raw]: https://metacpan.org/pod/Git::Raw [libgit2]: https://libgit2.org/ [Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple [cm-p]: https://metacpan.org/pod/CommonMark @@ -44,13 +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; +- [Perl::Critic] and [B::Lint] 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 +[Perl::Critic]: https://metacpan.org/pod/Perl::Critic +[B::Lint]: https://metacpan.org/pod/B::Lint [perltidy]: https://metacpan.org/pod/perltidy [ShellCheck]: https://www.shellcheck.net/ [pandoc]: https://pandoc.org/ |