mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Add Carp-Assert.
* gnu/packages/perl.scm (perl-carp-assert): New variable.
This commit is contained in:
parent
ff80a4a7fc
commit
207d9126aa
1 changed files with 19 additions and 0 deletions
|
@ -256,6 +256,25 @@ (define-public perl-capture-tiny
|
||||||
is captured while being passed through to the original file handles.")
|
is captured while being passed through to the original file handles.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
|
(define-public perl-carp-assert
|
||||||
|
(package
|
||||||
|
(name "perl-carp-assert")
|
||||||
|
(version "0.21")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
|
||||||
|
"Carp-Assert-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0km5fc6r6whxh6h5yd7g1j0bi96sgk0gkda6cardicrw9qmqwkwj"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Carp-Assert")
|
||||||
|
(synopsis "Executable comments for Perl")
|
||||||
|
(description "Carp::Assert is intended for a purpose like the ANSI C
|
||||||
|
library assert.h.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-carp-clan
|
(define-public perl-carp-clan
|
||||||
(package
|
(package
|
||||||
(name "perl-carp-clan")
|
(name "perl-carp-clan")
|
||||||
|
|
Loading…
Reference in a new issue