gnu: Add perl-ppix-utils.

* gnu/packages/perl.scm (perl-ppix-utils): New variable.

Change-Id: I9548c693aa6f54bd53662374f77b2fbd1ca3f485
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
gemmaro 2024-08-21 20:59:25 +09:00 committed by Ludovic Courtès
parent 52ebee3432
commit 0ecc0a10e8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -33,7 +33,7 @@
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022, 2023 Evgeny Pisemsky <mail@pisemsky.site>
;;; Copyright © 2022, 2023 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2022, 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
;;; Copyright © 2023 Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
@ -9148,6 +9148,28 @@ replacing the \"@code{PPI}\" at the front of the module name with
in @code{PPIx::Utilities::Node}.")
(license license:perl-license)))
(define-public perl-ppix-utils
(package
(name "perl-ppix-utils")
(version "0.003")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DB/DBOOK/PPIx-Utils-"
version ".tar.gz"))
(sha256
(base32 "04dszlp7yas3yi7gm1l2g47h88i52n7gwj3jnq0vw0xdivycr6ra"))))
(build-system perl-build-system)
(propagated-inputs (list perl-b-keywords perl-ppi))
(home-page "https://metacpan.org/release/PPIx-Utils")
(synopsis "Utility functions for Perl PPI")
(description
"@samp{PPIx::Utils} is a collection of utility functions for working
with @samp{PPI} documents. The functions are organized into
submodules, and may be imported from the appropriate submodules or via
this module.")
(license license:perl-license)))
(define-public perl-probe-perl
(package
(name "perl-probe-perl")