The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.07     2013-06-16

- Require implementations to provide the driver name rather than trying to
  guess it from the object's name. This was severely broken if you used a
  subclass that didn't end with something like "::mysql" or "::Pg".


0.06     2013-04-02

- Fixed some documentation errors.


0.05     2013-04-01

- Renamed the user attribute to username, but the former will still be
  supported by the constructor.

- Lots of refactorings to the Core role in preparation for
  Database::Migrator::Pg release.

- Added a class that helps with live tests - Test::Database::Migrator.


0.04     2012-04-22

- The logger attribute was not lazy, so it could be built before the quiet
  option was processed. This effectively meant that the quiet option was
  ignored.


0.03     2012-04-14

- Added missing prereqs on MooseX::Types and MooseX::Types::Path::Class.


0.02     2012-04-14

- Remove autodie from prereqs since there's nothing in the code that needs it
  right now.


0.01     2012-04-13

- First release upon an unsuspecting world.