mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add Config-Any.
* gnu/packages/perl.scm (perl-config-any): New variable.
This commit is contained in:
parent
42641c44a6
commit
d39e82548b
1 changed files with 20 additions and 0 deletions
|
@ -593,6 +593,26 @@ (define-public perl-common-sense
|
||||||
as defined by two typical specimens of Perl coders.")
|
as defined by two typical specimens of Perl coders.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-config-any
|
||||||
|
(package
|
||||||
|
(name "perl-config-any")
|
||||||
|
(version "0.24")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/"
|
||||||
|
"Config-Any-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"06n6jn3q3xhk57icwip0ihzqixxav6sgp6rrb35hahj1z748y3vi"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Config-Any")
|
||||||
|
(synopsis "Load configuration from different file formats")
|
||||||
|
(description "Config::Any provides a facility for Perl applications and
|
||||||
|
libraries to load configuration data from multiple different file formats. It
|
||||||
|
supports XML, YAML, JSON, Apache-style configuration, and Perl code.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-config-autoconf
|
(define-public perl-config-autoconf
|
||||||
(package
|
(package
|
||||||
(name "perl-config-autoconf")
|
(name "perl-config-autoconf")
|
||||||
|
|
Loading…
Reference in a new issue