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

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