June 27, 2006 | Two or Three Things I Learned ... | Back 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 |
![]() |
© 2006 James E Keenan |
|
Back Next |