table of contents
DBIx::Class::Migration::ShareDirBuilder(3) | User Contributed Perl Documentation | DBIx::Class::Migration::ShareDirBuilder(3) |
NAME¶
DBIx::Class::Migration::ShareDirBuilder - Build a target_dir in /share
SYNOPSIS¶
use DBIx::Class::Migration::ShareDirBuilder;
DESCRIPTION¶
This is a utility class that build the path to a distribution's "/share" directory, whether the distribution is installed (via "make install" or if it is in development.
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.
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 |