|
NAMEConfig::Model::TypeConstraints - Mouse type constraints for Config::Model VERSIONversion 2.155 SYNOPSIS use Config::Model::TypeConstraints ;
has 'some_dir' => (
is => 'ro',
isa => 'Config::Model::TypeContraints::Path',
coerce => 1
);
DESCRIPTIONThis module provides type constraints used by Config::Model:
SEE ALSOConfig::Model, Mouse::Util::TypeConstraints AUTHORDominique Dumont COPYRIGHT AND LICENSEThis software is Copyright (c) 2005-2022 by Dominique Dumont. This is free software, licensed under: The GNU Lesser General Public License, Version 2.1, February 1999
|