gnu: Add perl-text-tabulardisplay.

* gnu/packages/perl.scm (perl-text-tabulardisplay): New variable.

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Antero Mejr 2023-06-04 17:42:33 +00:00 committed by Danny Milosavljevic
parent 10f90b9d02
commit 1f96da1f49
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -11930,6 +11930,27 @@ algorism to indicate multiplication by 1000.")
Text::Wrap will reformat lines into paragraphs.") Text::Wrap will reformat lines into paragraphs.")
(license (package-license perl)))) (license (package-license perl))))
(define-public perl-text-tabulardisplay
(package
(name "perl-text-tabulardisplay")
(version "1.38")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/D/DA/DARREN/Text-TabularDisplay-"
version ".tar.gz"))
(sha256
(base32
"1s46s4pg5mpfllx3icf4vnqz9iadbbdbsr5p7pr6gdjnzbx902gb"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Text-TabularDisplay")
(synopsis "Display text in formatted table output")
(description
"@code{Text::TabularDisplay} simplifies displaying textual data in a
table. The output is identical to the columnar display of query results in
the mysql text monitor.")
(license license:gpl2)))
(define-public perl-text-template (define-public perl-text-template
(package (package
(name "perl-text-template") (name "perl-text-template")