guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: Add perl-ppix-quotelike.


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

cbaines pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e3e78785a2..e69803254c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8810,6 +8810,29 @@ Perl.  This class forms the root of the parse tree, 
playing a role similar to
 @code{PPI::Document}.")
     (license license:perl-license)))
 
+(define-public perl-ppix-quotelike
+  (package
+    (name "perl-ppix-quotelike")
+    (version "0.023")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/W/WY/WYANT/PPIx-QuoteLike-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "08ad4d20afvi1c4xzwbfk94lmf6gwlmqkdrpjxzf0lrcklaa6xim"))))
+    (build-system perl-build-system)
+    (native-inputs (list perl-module-build))
+    (propagated-inputs (list perl-ppi perl-ppix-regexp perl-readonly))
+    (home-page "https://metacpan.org/release/PPIx-QuoteLike";)
+    (synopsis "Parse Perl string literals and string-literal-like things")
+    (description
+     "@code{PPIX::QuoteLike} parses Perl string literals and things that
+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-probe-perl
   (package
     (name "perl-probe-perl")



reply via email to

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