mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add perl-config-ini.
* gnu/packages/perl.scm (perl-config-ini): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4ca06e4c87
commit
d209710bd4
1 changed files with 26 additions and 0 deletions
|
@ -984,6 +984,32 @@ (define-public perl-config-general
|
||||||
options.")
|
options.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-config-ini
|
||||||
|
(package
|
||||||
|
(name "perl-config-ini")
|
||||||
|
(version "0.025")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Config-INI-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0clphq6a17chvb663fvjnxqvyvh26g03x0fl4bg9vy4ibdnzg2v2"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("perl-mixin-linewise" ,perl-mixin-linewise)
|
||||||
|
("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)
|
||||||
|
("perl-sub-exporter" ,perl-sub-exporter)))
|
||||||
|
(home-page
|
||||||
|
"http://search.cpan.org/dist/Config-INI")
|
||||||
|
(synopsis "Simple .ini-file format reader and writer")
|
||||||
|
(description "Config::INI provides a module that facilates the reading and
|
||||||
|
writing of .ini style configuration files.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-context-preserve
|
(define-public perl-context-preserve
|
||||||
(package
|
(package
|
||||||
(name "perl-context-preserve")
|
(name "perl-context-preserve")
|
||||||
|
|
Loading…
Reference in a new issue