Meta
view release on metacpan or search on metacpan
Meta/Projects/Develop/develop_rc.pl view on Meta::CPAN
$opts->def_bool("sgml","do you want to set SGML_CATALOG_FILES for tools",0,\$sgml);
$opts->def_bool("sgpl","do you want to set SGML_SEARCH_PATH for tools",0,\$sgpl);
$opts->def_bool("pyth","do you want to set PYTHONPATH for tools",1,\$pyth);
$opts->def_bool("base","do you want perl baseline executables settings (this is for libs and bins)",1,\$base);
$opts->def_bool("cdpa","do you want to set the CDPATH for development",1,\$cdpa);
$opts->def_bool("cdch","do you want to cd to your change on login",1,\$cdch);
$opts->def_bool("colo","do you want ls baseline coloring",0,\$colo);
$opts->def_bool("lsco","do you want ls standard coloring",0,\$lsco);
$opts->def_bool("long","do you want --long opt for ls coloring",1,\$long);
$opts->def_bool("pete","do you want aegis type (Peter) shortcuts (only valid for bash)",0,\$pete);
$opts->def_bool("nprj","do you want to set your AEGIS_PROJECT from your aegis prefs",1,\$nprj);
$opts->def_bool("nchn","do you want to set your AEGIS_CHANGE from your aegis prefs",1,\$nchn);
$opts->def_bool("blxx","do you want to set the BL environment variable to point to the baseline",1,\$blxx);
$opts->def_bool("chxx","do you want to set the CH environment variable to point to the change",1,\$chxx);
$opts->def_bool("ps1x","do you want to set the PS1 environment variable for the shell",1,\$ps1x);
$opts->def_bool("page","do you want to set the PAGER environment varialbe",1,\$page);
$opts->def_bool("manp","do you want to set the MANPAGER variable",1,\$manp);
$opts->def_file("prof","where is your aegis profile located","/local/tools/share/aegis/profile",\$prof);
$opts->def_bool("verb","do you want verbosity",0,\$verb);
$opts->set_free_allo(0);
$opts->analyze(\@ARGV);
Meta/Projects/Develop/develop_rc.pl view on Meta::CPAN
=item B<long> (type: bool, default: 1)
do you want --long opt for ls coloring
=item B<pete> (type: bool, default: 0)
do you want aegis type (Peter) shortcuts (only valid for bash)
=item B<nprj> (type: bool, default: 1)
do you want to set your AEGIS_PROJECT from your aegis prefs
=item B<nchn> (type: bool, default: 1)
do you want to set your AEGIS_CHANGE from your aegis prefs
=item B<blxx> (type: bool, default: 1)
do you want to set the BL environment variable to point to the baseline
=item B<chxx> (type: bool, default: 1)
do you want to set the CH environment variable to point to the change
=item B<ps1x> (type: bool, default: 1)
( run in 0.646 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )