summaryrefslogtreecommitdiff
path: root/textproc/p5-String-Formatter/DESCR
diff options
context:
space:
mode:
authorsno <sno>2012-07-05 11:04:38 +0000
committersno <sno>2012-07-05 11:04:38 +0000
commita64e650da0d57470c946b4c2fed1223ad9d4b8d0 (patch)
tree690d848fa74da26cd69ccdef4edea0b840a35a4c /textproc/p5-String-Formatter/DESCR
parent7156ac9b610757dd8c9e75967a2a3fee1267c49c (diff)
downloadpkgsrc-a64e650da0d57470c946b4c2fed1223ad9d4b8d0.tar.gz
Importing package for Perl 5 module String::Formatter version 0.102082
from CPAN into textproc/p5-String-Formatter. String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. It is easy to alter its behavior to write new kinds of format string expanders. For most cases, it should be easy to build all sorts of formatters out of the options built into String::Formatter.
Diffstat (limited to 'textproc/p5-String-Formatter/DESCR')
-rw-r--r--textproc/p5-String-Formatter/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-String-Formatter/DESCR b/textproc/p5-String-Formatter/DESCR
new file mode 100644
index 00000000000..40b2971813b
--- /dev/null
+++ b/textproc/p5-String-Formatter/DESCR
@@ -0,0 +1,6 @@
+String::Formatter is a tool for building sprintf-like formatting routines.
+It supports named or positional formatting, custom conversions, fixed
+string interpolation, and simple width-matching out of the box. It is easy
+to alter its behavior to write new kinds of format string expanders. For
+most cases, it should be easy to build all sorts of formatters out of the
+options built into String::Formatter.