| Config::Model::TypeConstraints(3pm) | User Contributed Perl Documentation | Config::Model::TypeConstraints(3pm) |
Config::Model::TypeConstraints - Mouse type constraints for Config::Model
version 2.153
use Config::Model::TypeConstraints ;
has 'some_dir' => (
is => 'ro',
isa => 'Config::Model::TypeContraints::Path',
coerce => 1
);
This module provides type constraints used by Config::Model:
Config::Model, Mouse::Util::TypeConstraints
Dominique Dumont
This 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
| 2023-08-19 | perl v5.36.0 |