NAME

Module::Build::SysPath - Module::Build subclass with Sys::Path ACTION_install

SYNOPSIS

use Module::Build::SysPath;
my $builder = Module::Build::SysPath->new(
    ...

DESCRIPTION

A subclass of Module::Build. See Sys::Path for description and usage.

new

Adds execution of "post_new" in Sys::Path to "new" in Module::Build.

ACTION_install

Adds execution of "ACTION_post_install" in Sys::Path to "ACTION_install" in Module::Build.

find_distribution_root(__PACKAGE__)

Find the root folder of distribution by going up the folder structure.

AUTHOR

Jozef Kutej