diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-13 02:21:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-13 02:21:11 +0800 |
commit | 2901e7dcabda4ecbdaeeb06160aeb2a8a61c5e55 (patch) | |
tree | c9306a4c0b8210fb1a8a28802882c684110183f6 /textproc/p5-Text-Padding/distinfo | |
parent | 8a7e5752943548cabf815cf0487efd8d26952f89 (diff) | |
download | freebsd-ports-gnome-2901e7dcabda4ecbdaeeb06160aeb2a8a61c5e55.tar.gz freebsd-ports-gnome-2901e7dcabda4ecbdaeeb06160aeb2a8a61c5e55.tar.zst freebsd-ports-gnome-2901e7dcabda4ecbdaeeb06160aeb2a8a61c5e55.zip |
- Add p5-Text-Padding 1.110170
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: http://search.cpan.org/dist/Text-Padding/
Diffstat (limited to 'textproc/p5-Text-Padding/distinfo')
-rw-r--r-- | textproc/p5-Text-Padding/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Text-Padding/distinfo b/textproc/p5-Text-Padding/distinfo new file mode 100644 index 000000000000..3bf3548641cf --- /dev/null +++ b/textproc/p5-Text-Padding/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-Padding-1.110170.tar.gz) = 6339581dcb1103e35addb5609c0f13403f1cce39c1b4c496657260b393af8ca6 +SIZE (Text-Padding-1.110170.tar.gz) = 12969 |