mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add Text-CSV.
* gnu/packages/perl.scm (perl-text-csv): New variable.
This commit is contained in:
parent
cbe8f0cdd6
commit
bc834d7339
1 changed files with 20 additions and 0 deletions
|
@ -4172,6 +4172,26 @@ (define-public perl-text-balanced
|
||||||
text sequences from strings.")
|
text sequences from strings.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-text-csv
|
||||||
|
(package
|
||||||
|
(name "perl-text-csv")
|
||||||
|
(version "1.33")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/M/MA/MAKAMAKA/"
|
||||||
|
"Text-CSV-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"05a1nayxv04n0hx7y3m8327ijm34k9nhngrbxl18zmgzpawqynww"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/Text-CSV")
|
||||||
|
(synopsis "Manipulate comma-separated values")
|
||||||
|
(description "Text::CSV provides facilities for the composition and
|
||||||
|
decomposition of comma-separated values. An instance of the Text::CSV class
|
||||||
|
can combine fields into a CSV string and parse a CSV string into fields.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-text-diff
|
(define-public perl-text-diff
|
||||||
(package
|
(package
|
||||||
(name "perl-text-diff")
|
(name "perl-text-diff")
|
||||||
|
|
Loading…
Reference in a new issue