From a03d31a9b21c3f1d10ea7d704f0b48712138167d Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 20 Sep 2011 08:41:24 +0000 Subject: 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. WWW: http://search.cpan.org/dist/String-Formatter/ Submitted by: Geraud CONTINSOUZAS (by private mail) --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index ce0e3db9224d..0c4cb20ce73c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2291,6 +2291,7 @@ SUBDIR += p5-String-Checker SUBDIR += p5-String-Diff SUBDIR += p5-String-Ediff + SUBDIR += p5-String-Formatter SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random -- cgit