GNU bug report logs -
#49210
Replace straw-viewer with pipe-viewer.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/perl.scm (perl-text-tabs+wrap): New variable.
---
gnu/packages/perl.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 84d1ad9634..dd24b10180 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10331,6 +10331,24 @@ algorism to indicate multiplication by 1000.")
(description "Text::Table renders plaintext tables.")
(license license:x11)))
+(define-public perl-text-tabs+wrap
+ (package
+ (name "perl-text-tabs+wrap")
+ (version "2013.0523")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/M/MU/MUIR/modules/"
+ "Text-Tabs+Wrap-" version ".tar.gz"))
+ (sha256
+ (base32 "0pv5dympvrba6lslklwzb4glpazl5farn2b2530vjdxpzxphbjxr"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/dist/Text-Tabs+Wrap")
+ (synopsis "Text::Tabs and Text::Wrap Modules")
+ (description "Text::Tabs will add or remove tabs from a document.
+Text::Wrap will reformat lines into paragraphs.")
+ (license (package-license perl))))
+
(define-public perl-text-template
(package
(name "perl-text-template")
--
2.32.0
This bug report was last modified 3 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.