gnu: Add perl-app-cpanminus.
* gnu/packages/perl.scm (perl-app-cpanminus): New variable.
This commit is contained in:
parent
7ff1f703b6
commit
a10ed614cc
1 changed files with 21 additions and 0 deletions
|
@ -552,6 +552,27 @@ users can force the decision of which backend to use by setting the environment
|
||||||
variable ANY_MOOSE to be Moose or Mouse.")
|
variable ANY_MOOSE to be Moose or Mouse.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-app-cpanminus
|
||||||
|
(package
|
||||||
|
(name "perl-app-cpanminus")
|
||||||
|
(version "1.7046")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/M/MI/MIYAGAWA/App-cpanminus-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0qpq1x24dcrm7bm2qj814nkmxg8mzkdn6wcirjd8yd578jdrv31y"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/App-cpanminus")
|
||||||
|
(synopsis "CPAN package manager")
|
||||||
|
(description "App::cpanminus is a script to get, unpack, build and install
|
||||||
|
modules from CPAN and does nothing else. It's dependency free (can bootstrap
|
||||||
|
itself), requires zero configuration, and stands alone. When running, it
|
||||||
|
requires only 10MB of RAM.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-app-xml-docbook-builder
|
(define-public perl-app-xml-docbook-builder
|
||||||
(package
|
(package
|
||||||
(name "perl-app-xml-docbook-builder")
|
(name "perl-app-xml-docbook-builder")
|
||||||
|
|
Reference in a new issue