App-CamelPKI
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
}
require Cwd;
require File::Spec;
require CPAN;
# Save this 'cause CPAN will chdir all over the place.
my $cwd = Cwd::cwd();
CPAN::Shell->install('Module::Build::Compat');
CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
or die "Couldn't install Module::Build, giving up.\n";
chdir $cwd or die "Cannot chdir() back to $cwd: $!";
}
eval "use Module::Build::Compat 0.02; 1" or die $@;
use lib 'inc';
Module::Build::Compat->run_build_pl(args => \@ARGV);
require My::Module::Build;
My::Module::Build::HowAreYouGentlemen->write_makefile(build_class => 'My::Module::Build');
( run in 2.522 seconds using v1.01-cache-2.11-cpan-97f6503c9c8 )