mbox series

[bug#58603,0/8] Add perlcritic

Message ID 20221018013245.32254-1-eu@euandre.org
Headers show
Series Add perlcritic | expand

Message

EuAndreh Oct. 18, 2022, 1:32 a.m. UTC
Add the "perlcritic" package, and all the modules that it requires that
were not already packaged.

All packages were styled with './pre-inst-env guix style' and built
twice reproducibly.

Note: the new "perl-string-format" is a different package than the
existing "perl-string-formatter".

EuAndreh (8):
  gnu: Add perl-config-tiny.
  gnu: Add perl-pod-spell.
  gnu: Add perl-readonly-xs.
  gnu: Add perl-string-format.
  gnu: Add perl-ppix-regexp.
  gnu: Add perl-ppix-quotelike.
  gnu: Add perl-ppix-utilities.
  gnu: Add perl-critic.

 gnu/packages/perl.scm | 245 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 245 insertions(+)

Comments

Christopher Baines Oct. 18, 2022, 10:24 a.m. UTC | #1
EuAndreh via Guix-patches via <guix-patches@gnu.org> writes:

> Add the "perlcritic" package, and all the modules that it requires that
> were not already packaged.
>
> All packages were styled with './pre-inst-env guix style' and built
> twice reproducibly.
>
> Note: the new "perl-string-format" is a different package than the
> existing "perl-string-formatter".
>
> EuAndreh (8):
>   gnu: Add perl-config-tiny.
>   gnu: Add perl-pod-spell.
>   gnu: Add perl-readonly-xs.
>   gnu: Add perl-string-format.
>   gnu: Add perl-ppix-regexp.
>   gnu: Add perl-ppix-quotelike.
>   gnu: Add perl-ppix-utilities.
>   gnu: Add perl-critic.
>
>  gnu/packages/perl.scm | 245 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 245 insertions(+)

Thanks! Pushed to master as b857d239e7975b6b474674a06e663abec610d59e.

Chris