0.10 2008-02-06 - This module tried to load (but not use) a module no longer in the core Fey distro, Fey::Validate. 0.09 2008-11-08 - When an existing database handle is passed to the constructor for Fey::DBIManager::Source, it now sets some attribute values for that handle. 0.08 2008-11-07 - Tweaks so that when checking if a database handle supports nested transactions, it also suppresses warnings from DBD::Mock, which seem to be slightly different from other drivers. Also added tests to check that these warnings are suppresed with DBD::SQLite and DBD::MOck. 0.07 2008-09-01 - Updates to work with the latest Fey and Moose modules. 0.06 2008-06-22 - Fixed a bug where if you passed a DBI handle to the constructor, it should set the pid (so it can check for forking later), but it didn't. This manifested as a warning in the tests. 0.05 2008-05-25 - Update prereqs to require the latest Moose modules. With some combinations of Moose and MooseX::AttributeHelpers, the tests fail. 0.04 2008-02-20 - Add $source->allows_nested_transactions() attribute (primarily for the benefit off Fey::ORM). 0.03 2008-02-09 - Add missing prereq for MooseX::AttributeHelpers. Reported by Ilmari Vacklin. 0.02 2008-02-09 - Add Fey.pm as a prereq. 0.01 2008-02-05 - Initial release