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-check.scm (perl-test-regexp-pattern): New variable.
---
gnu/packages/perl-check.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index f2b26d75b3..64605d4c05 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1200,6 +1200,26 @@ (define-public perl-test-portability-files
to execute.")
(license perl-license)))
+(define-public perl-test-regexp-pattern
+ (package
+ (name "perl-test-regexp-pattern")
+ (version "0.010")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/P/PE/PERLANCAR/Test-Regexp-Pattern-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "11lmwa5y41lhvk0sikn35b4l678jc2y9ybw0rfxv844cjcas0cm4"))))
+ (build-system perl-build-system)
+ (propagated-inputs (list perl-hash-defhash perl-regexp-pattern))
+ (home-page "https://metacpan.org/release/Test-Regexp-Pattern")
+ (synopsis "Test Regexp::Pattern patterns")
+ (description "This module performs various checks on a module's
+@code{Regexp::Pattern} patterns.")
+ (license perl-license)))
+
(define-public perl-test-requires
(package
(name "perl-test-requires")
--
2.41.0
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.