CPANPLUS-Shell-Wx
view release on metacpan or search on metacpan
lib/CPANPLUS/Shell/Wx/res/PrefsWin.wxg view on Meta::CPAN
<object class="wxPanel" name="notebook_1_pane_3" base="EditPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxFlexGridSizer" name="grid_sizer_2" base="EditFlexGridSizer">
<hgap>0</hgap>
<rows>10</rows>
<cols>2</cols>
<vgap>0</vgap>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_allow_build_interactively" base="EditCheckBox">
<checked>1</checked>
<label>Allow Interactive Build</label>
<tooltip>Boolean flag to indicate whether 'perl Makefile.PL' and similar are run interactively or not. Defaults to 'true'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_flush" base="EditCheckBox">
<checked>1</checked>
<label>Flush Cache</label>
<tooltip>Boolean indicating whether build failures, cache dirs etc should be flushed after every operation or not. Defaults to 'true'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_cpantest" base="EditCheckBox">
<label>Test CPAN</label>
<tooltip>Boolean flag to indicate whether or not to mail test results of module installations to http://testers.cpan.org. Defaults to 'false'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_md5" base="EditCheckBox">
<label>Check MD5</label>
<tooltip>A boolean indicating whether or not md5 checks should be done when an archive is fetched. Defaults to 'true' if you have Digest::MD5 installed, 'false' otherwise.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_prefer_makefile" base="EditCheckBox">
<label>Prefer Makefile</label>
<tooltip>A boolean indicating whether or not prefer a Makefile.PL over a Build.PL file if both are present. Defaults to 'true'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_signature" base="EditCheckBox">
<label>Check Signature</label>
<tooltip>A boolean indicating whether or not check signatures if packages are signed. Defaults to 'true' if you have gpg or Crypt::OpenPGP installed, 'false' otherwise.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_skiptest" base="EditCheckBox">
<label>Skip Tests</label>
<tooltip>A boolean indicating whether or not to skip tests when installing modules. Defaults to 'false'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_storable" base="EditCheckBox">
<label>Use Storable</label>
<tooltip>A boolean indicating whether or not to use Storable to write compiled source file information to disk. This makes for faster startup and look up times, but takes extra diskspace. Defaults to 'true' if you ...
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::CheckBox" name="conf_force" base="EditCheckBox">
<label>Force Install</label>
<tooltip>Boolean indicating whether files should be forcefully overwritten if they exist, modules should be installed when they fail tests, etc. Defaults to 'false'.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="spacer" name="spacer" base="EditSpacer">
<height>20</height>
<width>20</width>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="label_2" base="EditStaticText">
<attribute>1</attribute>
<label>Extra Build Flags: </label>
</object>
</object>
<object class="sizeritem">
<flag>wxEXPAND|wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="CPANPLUS::Shell::Wx::Configure::TextCtrl" name="conf_buildflags" base="EditTextCtrl">
<tooltip>Any flags to be passed to 'perl Build.PL'. See perldoc Module::Build for details. Defaults to an empty string.</tooltip>
</object>
</object>
<object class="sizeritem">
<flag>wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE</flag>
<border>0</border>
<option>0</option>
<object class="wxStaticText" name="label_3" base="EditStaticText">
( run in 0.529 second using v1.01-cache-2.11-cpan-df04353d9ac )