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
TODO
ACTION_install
TODO
find_distribution_root(__PACKAGE__)
Find the root folder of distribution by going up the folder structure.
prompt_cfg_file_changed($src_file, $dst_file)
Will prompt if to overwrite $dst_file
with $src_file
. Returns true for "yes" and false for "no".
changed_since_install($dest_file, $file)
Return if $dest_file
changed since install. If optional $file
is set then this one is compared agains install $dest_file
checksum.
AUTHOR
Jozef Kutej