gnu: Add perl-term-table.

* gnu/packages/perl.scm (perl-term-table): New variable.
master
Leo Famulari 2017-07-27 17:44:54 -04:00
parent b51f02a949
commit 6d6646f932
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 21 additions and 0 deletions

View File

@ -6431,6 +6431,27 @@ other terminal related features, including retrieval/modification of the
screen size, and retrieval/modification of the control characters.")
(license (package-license perl))))
(define-public perl-term-table
(package
(name "perl-term-table")
(version "0.008")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/Term-Table-"
version ".tar.gz"))
(sha256
(base32
"0gi4lyvs6n8y6hjwmflfpamfl65y7mb1g39zi0rx35nclj8xb370"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-importer" ,perl-importer)))
(home-page "http://search.cpan.org/dist/Term-Table/")
(synopsis "Format a header and rows into a table")
(description "This module is able to generically format rows of data
into tables.")
(license (package-license perl))))
(define-public perl-test-base
(package
(name "perl-test-base")