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 Test::Fixture::DBI

0.05        Tue Oct 19 22:46:26 2010
              - Do not execute 'SHOW CREATE TRIGGER' on less than MySQL 5.1 
                - MySQL 5.0 is not support 'SHOW CREATE TRIGGER'
              - Not dependency on Params::Validate and Kwalify.

0.04        Tue Oct 12 18:51:17 2010
              - Do not fetch trigger definitions on less than mysql 5.1

0.03        Sat Aug 28 19:44:18 2010
              - version++

0.02        Sat Aug 28 19:36:46 2010
              - fixed typo and undefined warnings

0.02_01     Mon Aug 23 01:35:18 2010
              - remove test_requires of two module (DBD::SQLite, Test::mysqld) 

0.01        Wed Mar 24 16:54:44 2010
              - original version