October 27, 2005 | Two or Three Things I Learned ... | Prev Next |
As used in mmkrpbp:
use ExtUtils::ModuleMaker::PBP::Interactive; use ExtUtils::ModuleMaker::Opts;
my $opt = ExtUtils::ModuleMaker::Opts->new( q{ExtUtils::ModuleMaker::PBP}, q{mmkrpbp}, );
my $mod = ExtUtils::ModuleMaker::PBP::Interactive->new( $opt->get_standard_options() );
$mod->run_interactive() if $mod->{INTERACTIVE};
$mod->complete_build();
Only six statements, by my count!
Home Last TOC | Copyright © 2005 James E Keenan | Prev Next |