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.
AUTHOR
Jozef Kutej