mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-string-trim-more.
* gnu/packages/perl.scm (perl-string-trim-more): New variable. Change-Id: Ic6dc9baed52e70df5fc3d7c0aae46eca74009db8 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
eb880caf43
commit
15f663686c
1 changed files with 20 additions and 0 deletions
|
@ -10837,6 +10837,26 @@ known prefixes.")
|
||||||
that they won't be changed.")
|
that they won't be changed.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-string-trim-more
|
||||||
|
(package
|
||||||
|
(name "perl-string-trim-more")
|
||||||
|
(version "0.03")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/P/PE/PERLANCAR/String-Trim-More-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0zsfq6350pnaxpa0g5syh3w04qx5fa6svw1idxy8k4ha7vbzp73k"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/String-Trim-More")
|
||||||
|
(synopsis "String trimming utilities")
|
||||||
|
(description "This module is an alternative to @code{String::Trim}.
|
||||||
|
Instead of a single @code{trim} function, this module provides several from
|
||||||
|
which you can choose on, depending on your needs.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-string-print
|
(define-public perl-string-print
|
||||||
(package
|
(package
|
||||||
(name "perl-string-print")
|
(name "perl-string-print")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue