-
-
07 Jan 2022 17:06:45 UTC
- Distribution: Config-Model-Itself
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (130 / 0 / 3)
- Kwalitee
Bus factor: 1- % Coverage
- License: lgpl_2_1
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (136.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cme
- App::Cme::Common
- Carp
- Config::Model
- Config::Model::TkUI
- Config::Model::Value
- Data::Compare
- Data::Dumper
- File::Basename
- File::Find
- File::Path
- IO::File
- Log::Log4perl
- Mouse
- Mouse::Util::TypeConstraints
- Path::Tiny
- Pod::POM
- Scalar::Util
- Tk
- YAML::XS
- base
- lib
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Config::Model::models::Itself::CommonElement::WarnIfMatch - Configuration class Itself::CommonElement::WarnIfMatch
DESCRIPTION
Configuration classes used by Config::Model
Elements
msg
Warning message to show user. "$_" contains the bad value. Example "value $_ is bad". Leave blank or undef to use generated message. Optional. Type string.
fix
Perl instructions to fix the value. These instructions may be triggered by user. $_ contains the value to fix. $_ is stored as the new value once the instructions are done.
$self
contains the value object. Use with care. Optional. Type string.SEE ALSO
Module Install Instructions
To install Config::Model::Itself, copy and paste the appropriate command in to your terminal.
cpanm Config::Model::Itself
perl -MCPAN -e shell install Config::Model::Itself
For more information on module installation, please visit the detailed CPAN module installation guide.