gnu: Add perl-b-hooks-op-check.

* gnu/packages/perl.scm (perl-b-hooks-op-check): New public variable.
master
Oleg Pykhalov 2018-01-28 20:58:57 +03:00
parent 017b014ce4
commit 9b993e3bb9
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 21 additions and 0 deletions

View File

@ -410,6 +410,27 @@ all known commands are checked.")
compiling the surrounding scope.")
(license (package-license perl))))
(define-public perl-b-hooks-op-check
(package
(name "perl-b-hooks-op-check")
(version "0.22")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/E/ET/ETHER/B-Hooks-OP-Check-"
version ".tar.gz"))
(sha256
(base32
"1kfdv25gn6yik8jrwik4ajp99gi44s6idcvyyrzhiycyynzd3df7"))))
(build-system perl-build-system)
(native-inputs
`(("perl-extutils-depends" ,perl-extutils-depends)))
(home-page "http://search.cpan.org/dist/B-Hooks-OP-Check/")
(synopsis "Wrap OP check callbacks")
(description "This module allows you to wrap OP check callbacks.")
(license (package-license perl))))
(define-public perl-b-keywords
(package
(name "perl-b-keywords")