[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/22: gnu: Add perl-string-util.
From: |
guix-commits |
Subject: |
14/22: gnu: Add perl-string-util. |
Date: |
Sat, 4 May 2024 13:16:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 57bb1998a0ce0fcb06700f548bd90e2ec298f991
Author: Steve George <steve@futurile.net>
AuthorDate: Fri Apr 26 13:42:01 2024 +0200
gnu: Add perl-string-util.
* gnu/packages/perl.scm (perl-string-util): New variable.
Change-Id: Iaef13963efb3d795bcc0c16bcdd72c112894f886
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 57a06f836b..362957d5f5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9967,6 +9967,26 @@ that they won't be changed.")
a functional interface.")
(license (package-license perl))))
+(define-public perl-string-util
+ (package
+ (name "perl-string-util")
+ (version "1.34")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/B/BA/BAKERSCOT/String-Util-" version
+ ".tar.gz"))
+ (sha256
+ (base32 "0sf44mky5kawj9jnf0zpv688wchr5ab5s5gs45jyahakcv6yi71i"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build-tiny))
+ (home-page "https://metacpan.org/release/String-Util")
+ (synopsis "String processing utility functions")
+ (description "A @code{String::Util} module of small, handy functions for
+processing strings in various ways.")
+ (license license:perl-license)))
+
(define-public perl-sub-exporter
(package
(name "perl-sub-exporter")
- branch master updated (9e184d5e54 -> ef8ab6ab66), guix-commits, 2024/05/04
- 15/22: gnu: Add perl-sub-override., guix-commits, 2024/05/04
- 01/22: records: Do not inline throws for ABI mismatches., guix-commits, 2024/05/04
- 04/22: packages: ‘define-public’ replacement calls ‘module-export!’ directly., guix-commits, 2024/05/04
- 08/22: services: cuirass: Remove use-substitutes? configuration option., guix-commits, 2024/05/04
- 14/22: gnu: Add perl-string-util.,
guix-commits <=
- 11/22: gnu: Add perl-html-selector-xpath., guix-commits, 2024/05/04
- 07/22: services: cuirass: Add new configuration options., guix-commits, 2024/05/04
- 09/22: gnu: gwenhywfar: Update to 5.10.2., guix-commits, 2024/05/04
- 21/22: gnu: gnucash: Update to 5.6., guix-commits, 2024/05/04
- 10/22: gnu: aqbanking: Update to 6.5.4., guix-commits, 2024/05/04
- 05/22: packages: Reduce code bloat due to list allocation in input fields., guix-commits, 2024/05/04
- 16/22: gnu: Add perl-html-tokeparser-simple., guix-commits, 2024/05/04
- 06/22: services: cuirass: Use separate extra options for cuirass web process., guix-commits, 2024/05/04
- 22/22: gnu: guix-configuration: Improve offload build-machines., guix-commits, 2024/05/04
- 03/22: records: Do not inline the constructor., guix-commits, 2024/05/04