mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: Add perl-want.
* gnu/packages/perl.scm (perl-want): New variable.
This commit is contained in:
parent
f3318fefe4
commit
0d9c950269
1 changed files with 20 additions and 0 deletions
|
@ -8892,6 +8892,26 @@ (define-public perl-spiffy
|
||||||
other OO languages like Python, Ruby, Java and Perl 6.")
|
other OO languages like Python, Ruby, Java and Perl 6.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-want
|
||||||
|
(package
|
||||||
|
(name "perl-want")
|
||||||
|
(version "0.29")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/R/RO/ROBIN/Want-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1xsjylbxxcbkjazqms49ipi94j1hd2ykdikk29cq7dscil5p9r5l"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/Want")
|
||||||
|
(synopsis "Generalization of wantarray")
|
||||||
|
(description "This module generalises the mechanism of the
|
||||||
|
@code{wantarray} function, allowing a function to determine in some detail how
|
||||||
|
its return value is going to be immediately used.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-statistics-basic
|
(define-public perl-statistics-basic
|
||||||
(package
|
(package
|
||||||
(name "perl-statistics-basic")
|
(name "perl-statistics-basic")
|
||||||
|
|
Loading…
Reference in a new issue