GNU bug report logs -
#67963
[PATCH 0/4] Add Perl modules for debbugs.gnu.org
Previous Next
Full log
Message #80 received at 67963 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/perl.scm (perl-text-tabulardisplay): New variable.
Change-Id: Ieaa15dd00a396e959cc6b538bad35541c5ae3357
---
gnu/packages/perl.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ec02b25f8c..1074288dfe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11299,6 +11299,26 @@ (define-public perl-text-tabs+wrap
Text::Wrap will reformat lines into paragraphs.")
(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 "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
(package
(name "perl-text-template")
--
2.41.0
This bug report was last modified 75 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.