| Test2::Tools::Command::ConfigData(3pm) | User Contributed Perl Documentation | Test2::Tools::Command::ConfigData(3pm) |
Test2::Tools::Command::ConfigData - Configuration for Test2::Tools::Command
use Test2::Tools::Command::ConfigData;
$value = Test2::Tools::Command::ConfigData->config('foo');
$value = Test2::Tools::Command::ConfigData->feature('bar');
@names = Test2::Tools::Command::ConfigData->config_names;
@names = Test2::Tools::Command::ConfigData->feature_names;
Test2::Tools::Command::ConfigData->set_config(foo => $new_value);
Test2::Tools::Command::ConfigData->set_feature(bar => $new_value);
Test2::Tools::Command::ConfigData->write; # Save changes
This module holds the configuration data for the "Test2::Tools::Command" module. It also provides a programmatic interface for getting or setting that configuration data. Note that in order to actually make changes, you'll have to have write access to the "Test2::Tools::Command::ConfigData" module, and you should attempt to understand the repercussions of your actions.
"Test2::Tools::Command::ConfigData" was automatically created using "Module::Build". "Module::Build" was written by Ken Williams, but he holds no authorship claim or copyright claim to the contents of "Test2::Tools::Command::ConfigData".
| 2023-01-15 | perl v5.36.0 |