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
Message #92 received at 64486 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-feature-compat-class): New variable.
---
gnu/packages/perl.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9432d54cfc..9039b2b052 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -4778,6 +4778,28 @@ (define-public perl-extutils-xspp
interface XS for C++; it is a thin layer over plain XS.")
(license (package-license perl))))
+(define-public perl-feature-compat-class
+ (package
+ (name "perl-feature-compat-class")
+ (version "0.06")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/P/PE/PEVANS/Feature-Compat-Class-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1hsyjza638pmmasyk6qjw9mbzjpm3cfjdrs09ww0ylarjk1z7s7q"))))
+ (build-system perl-build-system)
+ (native-inputs (list perl-module-build))
+ (propagated-inputs (list perl-object-pad))
+ (home-page "https://metacpan.org/release/Feature-Compat-Class")
+ (synopsis "Forward-compatible @code{class} syntax in Perl")
+ (description "This module provides the @code{class} keyword and related
+others (@code{method}, @code{field} and @code{ADJUST}) in a forward-compatible
+way.")
+ (license (package-license perl))))
+
(define-public perl-file-changenotify
(package
(name "perl-file-changenotify")
--
2.41.0
This bug report was last modified 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.