gnu: Add perl-b-utils.

* gnu/packages/perl.scm (perl-b-utils): New variable.

Change-Id: I9c479152dcceb8d78900f7ef482d2bd7280d8401
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Wilko Meyer 2023-12-18 18:03:03 +01:00 committed by Nicolas Goaziou
parent e0d0faa8b9
commit df289cd9ee
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -995,6 +995,26 @@ compiling the surrounding scope.")
(description "This module allows you to wrap OP check callbacks.")
(license (package-license perl))))
(define-public perl-b-utils
(package
(name "perl-b-utils")
(version "0.27")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/B-Utils-"
version ".tar.gz"))
(sha256
(base32 "1spzhmk3z6c4blmra3kn84nq20fira2b3vjg86m0j085lgv56zzr"))))
(build-system perl-build-system)
(native-inputs (list perl-extutils-depends))
(propagated-inputs (list perl-task-weaken))
(home-page "https://metacpan.org/release/B-Utils")
(synopsis "Helper functions for op tree manipulation")
(description "@code{B::Utils} provide helper functions for op
tree manupulation.")
(license license:perl-license)))
(define-public perl-b-keywords
(package
(name "perl-b-keywords")