GNU bug report logs -
#64486
[PATCH 00/22] Update licensecheck to 3.3.9.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Thu, 6 Jul 2023 06:42:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/perl.scm (perl-string-trim-more): New variable.
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 96fa8cecdf..4305d5639d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9996,6 +9996,26 @@ (define-public perl-string-print
a functional interface.")
(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-sub-exporter
(package
(name "perl-sub-exporter")
--
2.40.1
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.