mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
10 lines
461 B
Plaintext
10 lines
461 B
Plaintext
Text::Padding provides a simple way to align a text on the left, right or
|
|
center. If left & right are easy to achieve (see sprintf()), i found no cpan
|
|
module that achieved a simple text centering. Well, of course, Perl6::Form
|
|
provides it, but it's incredibly slow during startup / destroy time. And
|
|
Text::Reform was segfaulting during destroy time.
|
|
|
|
Hence this module, which aims to provide only those 3 methods.
|
|
|
|
WWW: https://metacpan.org/release/Text-Padding
|