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

0.18      2015-04-14 05:09:31 -0400
  - Time::Piece is only a test requirement on MSWin32 again
    (for 0.17 it was set as a test requirement everywhere)

0.17      2015-04-13 13:49:24 -0400
  - Documentation tweaks
  - Migrate to Dist::Zilla
  - All tests use string and warnings
  - Require Perl 5.8.1

0.16  Sun Feb 8, 2015
  - Remove DateTime::Format::Strptime as a prereq
    as it is not being used.

0.15  Fri Feb 6, 2015
  - Specify Perl 5.6.0 as a prereq

0.14  Mon Feb 2, 2015
  - Documentation fixes

0.12  Mon Oct 13, 2014
  - Fix time zone related test failures on Windows Perl

0.11  Wed Oct  3, 2012 08:03:19
  - fix tests in other time zones
 
0.10  Tue Oct  2, 2012 11:35:04
  - cleanup for public release

0.09  Fri Sep  7, 2012 14:58:46
  - expand_stringi now supports special chars

0.08  Fri Sep  7, 2012 13:13:19
  - added expand_stringi

0.07  Tue Oct 13, 2009 11:31:55
  - Added expand_hash() function

0.05  Mon Mar  2, 2009 16:45:09
  - Added '!' special for date/times from UTC

0.04  Wed Sep  3, 2008 08:50:11
  - Added $undef_flag to control handling of undefined fields

0.03  Fri Aug 15, 2008 07:58:45
  - Added '#' special for expanding with substr
  - Remove untemplate()

0.02  Mon Jun  2, 2008 07:57:06
  - If fields are undefined, just replace with ''
  - Added more test cases

0.01  Fri Mar  7, 2008 10:49:14
  - original version