
DBIx::Class::Migration::ShareDirBuilder - Build a target_dir in /share

use DBIx::Class::Migration::ShareDirBuilder;

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 DBIx::Class::Migration for author information

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