NAME
Test::Smoke::App::ConfigSmoke - App for configuring Test::Smoke.
DESCRIPTION
This app will replace the old configsmoke.pl
.
Test::Smoke::App::ConfigSmoke->new()
Adding attributes: usedft
, current_values
, sysinfo
, prefix
, configfile
.
run
Configure the Test::Smoke suite and write the configfile.
say_hi
Show introductory text.
say_bye
Configuration has finshed, show some of the results and say goodbye.
write_config
This method writes all the relevant values to the config-file.
handle_option
Shows the help-text for an option and handles input for it.
default_for_option
Default values can come from differnt sources:
app-option, config-file, config-default or option-default.
prompt
Ask for a text answer.
prompt_yn
Ask for a Yes/No answer.
prompt_noecho
Ask for a password type of string
prompt_file
Ask for an existing filename.
prompt_dir
Ask for a directory name.
COPYRIGHT
(c) 2020, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.