
DBIx::Class::Migration::TempDirBuilder - Build a tempory target_dir

use DBIx::Class::Migration::TempDirBuilder;

This creates your migration files in a temporary directory. This might be useful to you for testing. Please understand that the lifespan of your temporary directory will expire when your migration object goes out of scope.
This probably isn't really user servicable, although if you need to make a custom target_dir builder, you could look at this for example.

DBIx::Class::Migration, File::Temp.

See DBIx::Class::Migration for author information

See DBIx::Class::Migration for copyright and license information