mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-feature-compat-class.
* gnu/packages/perl.scm (perl-feature-compat-class): New variable. Change-Id: I872bb5d48df088e80591b5b9b212aba7a8df1ab3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
b154a403bf
commit
f7e61117be
1 changed files with 22 additions and 0 deletions
|
@ -5088,6 +5088,28 @@ interface XS for C++; it is a thin layer over plain XS.")
|
||||||
link Fortran libraries into C libraries.")
|
link Fortran libraries into C libraries.")
|
||||||
(license (package-license perl))))
|
(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
|
(define-public perl-file-changenotify
|
||||||
(package
|
(package
|
||||||
(name "perl-file-changenotify")
|
(name "perl-file-changenotify")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue