The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.70 - 2012-09-06

  • Almost completely rewritten the code
  • Added support for more mocked methods
  • Test::MockDBI now returns the correct object types (DBI::db & DBI::st)
  • DBI::db methods is not available throught DBI::st object and vica versa
  • Deleted old tests, and written new ones.
  • Added mockup for all dbi object attributes (Not all of them actually have a value yet)
  • Handle "Stringification of regexes has changed" (see perl5140delta). Both older and new version of perl should work.

Modules

Mocked DBI interface for testing purposes

Provides

in lib/Test/MockDBI/Base.pm
in lib/Test/MockDBI/Constants.pm
in lib/Test/MockDBI/Db.pm
in lib/Test/MockDBI/St.pm