CPANPLUS-Shell-Tk
view release on metacpan or search on metacpan
lib/CPANPLUS/Shell/Tk.pm view on Meta::CPAN
debug => { type => 's', width => 1, comment => 'Output debug messages'},
flush => { type => 's', width => 1, comment => 'Flush cache automatically'},
force => { type => 's', width => 1, comment => 'Install even if tests fail'},
lib => { type => 'a', width => 20, comment => 'additional INC directories'},
makeflags => { type => 'h', width => 20, comment => 'Flags for the make command'},
makemakerflags => { type => 'h', width => 20, comment => 'Flags for makemaker'},
prereqs => { type => 's', width => 1, comment => 'Handle prerequesites'},
storable => { type => 's', width => 1, comment => 'Use Storable'},
verbose => { type => 's', width => 1, comment => 'Be verbose'},
md5 => { type => 's', width => 1, comment => 'Check md5 checksums'},
signature => { type => 's', width => 1, comment => 'Check gpg signature'},
shell => { type => 's', width => 25, comment => 'Default CPANPLUS shell'},
dist_type => { type => 's', width => 20, comment => 'Distribution type'},
skiptest => { type => 's', width => 1, comment => 'Skip tests'},
);
#---- window
my $confdlg = $MW->Toplevel(-title => 'CPANPLUS Configuration', -background => 'white');
$confdlg->geometry('500x500+200+100');
my $row = 0;
( run in 0.668 second using v1.01-cache-2.11-cpan-df04353d9ac )