~ruther/guix-local

df289cd9ee380672141cf7292838ecc668036aba — Wilko Meyer 2 years ago e0d0faa
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>
1 files changed, 20 insertions(+), 0 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +20 -0
@@ 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")