The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Text-sprintfn

0.08    2015-09-15 (PERLANCAR)

        - No functional changes.

        - Adjust some tests (thanks Jim Keenan) and disable a couple of tests to
          remove failure under 5.23.1+ & warnings. Also thanks Slaven Rezic for
          bringing up the issue. [RT#105989]

        - Add benchmark devscript and include the result in the module's POD.


0.07    2015-01-03 (PERLANCAR)

	- No functional changes.

	- Rebuild (Generate TODO.md).


0.06    2012-11-27 (SHARYANTO)

        - No functional changes. Fix a few typos in POD and add sections How It
          Works, Downsides, Todos.


0.05    2012-10-03 (SHARYANTO)

        - No functional changes. Faster performance by avoiding using named
          capture in regex. Benchmark on a simple format: sprintfn("%(a)s%s%s",
          {a=>1, b=>9}, 2, 3), shows increase from around 19k/s to 49k/sec
          (150%).


0.04    2011-11-01 (SHARYANTO)

        - No functional changes. Add missing $VERSION.


0.03    2011-10-23 (SHARYANTO)

        - Rewrite implementation (third time's the charm), now everything works
          and only calls sprintf() once.


0.02    2011-10-23 (SHARYANTO)

        - Rewrite implementation, now works with * and \d+$, but still has
          trouble with vector flag combination.


0.01    2011-10-22 (SHARYANTO)

        - First release, still has problems with '*' in formats.