mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add perl-ppix-quotelike.
* gnu/packages/perl.scm (perl-ppix-quotelike): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
4acc8a9019
commit
d45c5a47ba
1 changed files with 23 additions and 0 deletions
|
@ -8810,6 +8810,29 @@ (define-public perl-ppix-regexp
|
|||
@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")
|
||||
|
|
Loading…
Reference in a new issue