me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-text-tabs+wrap.

* gnu/packages/perl.scm (perl-text-tabs+wrap): New variable.
master
Raghav Gururajan 2021-06-22 07:26:59 -04:00
parent 6869b2fb6c
commit f08d3d7ad9
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 18 additions and 0 deletions

View File

@ -10332,6 +10332,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")