The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Template::Provider::FromDATA

0.09  Thu Nov 19 2009
    - repackaged with a new version of Module::Install

0.08  Tue Feb 26 2008
    - Makefile.PL updates

0.07  Mon Sep 10 2007
    - switch to Module::Install
    - better internal caching of templates
    - added caveat about same-named templates

0.06  Tue Jan 23 2007
    - fixed deps: added Class::Accessor

0.05  Fri Nov 03 2006
    - rewrite based on code from Jess Robinson
    - refs are no longer passed to the super class
    - test suite fixes
    - require latest Template Toolkit (2.15)

0.04  Mon Nov 28 2005
    - fixed test suite line endings

0.03  Mon Nov 28 2005
    - fixed handling of scalar reference templates

0.02  Fri Nov 25 2005
    - hooked in to TT2's caching system
    - attempt to require() classes specified
    - added tests

0.01  Wed Nov 23 2005
    - original version