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

DBIx::SimpleMigration::Migration

DESCRIPTION

This handles loading the SQL file for the migration, parses it with SQL::SplitStatement and then uses DBIx::SimpleMigration::Client to apply it to the cloned DBI handle.

This tries to be as safe as possible, see DBIx::SimpleMigration::Client for more documentation.