There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.