guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: Add perl-ppix-utilities.


From: guix-commits
Subject: 13/15: gnu: Add perl-ppix-utilities.
Date: Tue, 18 Oct 2022 06:14:57 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit dfbeb5d1ce6e8faefe1b5d48ae1ced71c39e91e8
Author: EuAndreh <eu@euandre.org>
AuthorDate: Mon Oct 17 22:38:17 2022 -0300

    gnu: Add perl-ppix-utilities.
    
    * gnu/packages/perl.scm (perl-ppix-utilities): New variable.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/perl.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e69803254c..c07f9276fb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8833,6 +8833,33 @@ are reasonably like string literals.  Its real reason 
for being is to find
 interpolated variables for @code{Perl::Critic} policies and similar code.")
     (license license:perl-license)))
 
+(define-public perl-ppix-utilities
+  (package
+    (name "perl-ppix-utilities")
+    (version "1.001000")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "16yb7dnz8lgq2azs8jxj1wac60kbn16x8y4py04ci8nndww87903"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-module-build perl-test-deep))
+    (propagated-inputs (list perl-exception-class perl-ppi perl-readonly-xs
+                             perl-task-weaken))
+    (home-page "https://metacpan.org/release/PPIx-Utilities";)
+    (synopsis "Extensions to PPI")
+    (description
+     "@code{PPIx::Utilities} is a collection of functions for dealing
+with @code{PPI} objects, many of which originated in @code{Perl::Critic}.  They
+are organized into modules by the kind of @code{PPI} class they relate to, by
+replacing the \"@code{PPI}\" at the front of the module name with
+\"@code{PPIx::Utilities}\", e.g. functionality related to @code{PPI::Nodes} is
+in @code{PPIx::Utilities::Node}.")
+    (license license:perl-license)))
+
 (define-public perl-probe-perl
   (package
     (name "perl-probe-perl")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]