Revision history for Dancer2-Template-TextTemplate

1.001     2014-04-15 05:57:08+02:00 Europe/Paris

    - make changes introduced by 1.0 official
    - remove ExtUtils::MakeMaker dependency

1.0       2014-04-14 02:57:57+02:00 Europe/Paris (TRIAL RELEASE)

    - replace the ":load" optag by the "require", "caller" and "dofile"
      opcodes (perl-5.8.9 version of the Opcode module doesn't define ":load")
    - requires IPC::System::Simple for "use autodie ':all'" in tests
    - add Module::Build
    - fix POD errors

0.2       2014-04-10 00:27:31+02:00 Europe/Paris

    - safe, safe_opcodes and safe_disposable options implemented
    - cache_stringrefs option implemented
    - prepend option implemented
    - fixed a bug in render()'s return value that warns only in perl-5.19.x
    - improved build system (more tests, cpanfile)

0.1       2014-04-09 05:10:53+02:00 Europe/Paris

    - first version, not tested enough