table of contents
DBIx::Class::Migration::TempDirBuilder(3) | User Contributed Perl Documentation | DBIx::Class::Migration::TempDirBuilder(3) |
NAME¶
DBIx::Class::Migration::TempDirBuilder - Build a tempory target_dir
SYNOPSIS¶
use DBIx::Class::Migration::TempDirBuilder;
DESCRIPTION¶
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.
SEE ALSO¶
DBIx::Class::Migration, File::Temp.
AUTHOR¶
See DBIx::Class::Migration for author information
COPYRIGHT & LICENSE¶
See DBIx::Class::Migration for copyright and license information
2020-06-03 | perl v5.40.0 |