App-Build
view release on metacpan or search on metacpan
lib/App/Build.pm view on Meta::CPAN
This will be put to good use sometime in the future.
=head1 FIX-UPS
Module::Build complains if the PREFIX environment variable is
set. App::Build doesn't. It just ignores it.
The CPAN shell (for some reason I don't understand) runs Build.PL
as "perl Build.PL Build" and this fails.
App::Build just throws away the "Build" so that the default "build"
action is invoked.
Module::Build deprecated the PREFIX option to Makefile.PL
(i.e. "perl Makefile.PL PREFIX=/usr/foo"). App::Build just makes
the PREFIX option a synonym for "install_base", which does
essentially the same thing.
=cut
delete $ENV{PREFIX}; # Module::Build protests if this var is set
( run in 0.224 second using v1.01-cache-2.11-cpan-496ff517765 )