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 DBIx::DR

0.01  Thu Oct 27 01:10:36 MSK 2011
    - first public revision.

0.02  Thu Oct 27 01:29:36 MSK 2011
    - support dr_sql_dir option.

0.03  Thu Oct 27 15:02:16 MSK 2011
    - perldoc.
    - fix dr_get function.

0.04  Thu Oct 27 18:21:16 MSK 2011
    - add indirect substitutions.

0.05  Mon Oct 31 11:40:17 MSK 2011
    - add 'push' method in Iterator

0.11  Tue Nov  8 00:38:40 MSK 2011
    - back-incompatible changes (bump version)
      - switches to perlish template
      - rewite documentation
0.12  Tue Nov  8 14:54:15 MSK 2011
    - a few fixes in perldoc

0.14  Tue Dec  6 15:43:53 MSK 2011
    - skip 0.13 version ;)
    - signals are passed more properly.
    - You can do typo <%= quote 'abc' %> instead <% quote 'abc'; %>
      but You can't use semicolon in the first case.
    - Some perldoc fixes.

0.15  Tue Dec 13 14:36:34 MSK 2011
    - fix {}-brackets bug in SQL-body.

0.16  Thu Jan 26 12:08:00 MSK 2012
    - fix multiline perl-blocks
    - add 'grep' function into iterator.