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

NAME

DBIx::Class::Migration::TempDirSandboxBuilder - Build a sandbox in a temporary directory

SYNOPSIS

    use DBIx::Class::Migration::TempDirSandboxBuilder;

DESCRIPTION

Helper class that creates a db_sandbox in the temporary directory, and then deletes the directory when the migration object goes out of scope. You might wish to use this for testing.

SEE ALSO

DBIx::Class::Migration.

AUTHOR

See DBIx::Class::Migration for author information

COPYRIGHT & LICENSE

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