The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for DBIx-Class-Migration

0.014   07 March 2012
        - Changed the way we depend on File::ShareDir::ProjectDistDir

0.013   05 March 2012
        - upped DBIC:DH dependency version to take advantage of required
          fixes and overall improvements
        - If using an existing mysql sandbox, that is not running, if the
          socket directory is missing, we create it.
        - Test case for above problem.

0.012   05 March 2012
        - Upped Pod::Parser dependency version to close some reported test
          failures.
        - Documentation tweaks

0.011   04 March 2012
        - Added a bit to the FAQ regarding the extra warnings to STDOUT/ERR.
        - specify more modern version of some dependencies, since I am using the
          more modern features.

0.010   02 March 2012
        - The mysql sandbox no longer uses TCP networking.  This should make it
          possible to run parallel tests and have more than one user sharing a
          single development server.
        - Avoid infinite recursive when I can't infer the schema class (this
          fixes regression introduced in previous version).

0.009   01 March 2012
        - changed the way we look for a schema so that commands that don't need
          one (like help and version) can still run.
        - if a postgresql sandbox is already running, just use it and don't try
          (and fail) to start it again.
        - changed the mysql sandbox code so that when Test::mysqld is patched
          it will work just like postgresql does in the above change-line.

0.008   01 March 2012
        - Fixed failing test when optional dependency is not installed
        - help command now does something meaningful (felliott++)
        - test case for help command

0.007   29 February 2012
        - Catalyst::TraitFor::Model::DBIC::Schema::FromMigration now lets you
          set some connect_info args instead of deleting them.
        - silence some warnings about my unclear use of 'shift'
        - Fixed a use.t problem where I was trying to check a module that had
          optional dependencies

0.006   28 February 2012
        - let you dump fixtures from an unversioned DB, but warn about it.
        - FAQ entry about this

0.005   27 February 2012
        - solved a problem when the msql socket path can exceed 104 characters
        - make use of existing Test::mysqld methods instead of guessing
        - minor fixes to incorrect test messages
        - fixed mistakes in the dependency list

0.004   27 February 2012
        - Started to develop 'dbic-migration help' command
        - make the pg and mysql tests optional
        - removed some pointless whitespace

0.003   26 February 2012
        - documentation updates
        - added some missing deps
        - fixed RT#75323 (tests using optional dependencies) (Fitz Elliott)++
        - started to stub out better commandline help

0.002   24 February 2012
        - fixed some POD issues with the first release

0.001   24 February 2012
        - initial release with all features complete