1Config::Model::TypeConsUtsrearinCtosn(t3r)ibuted Perl DoCcounmfeingt:a:tMioodnel::TypeConstraints(3)
2
3
4
6 Config::Model::TypeConstraints - Mouse type constraints for
7 Config::Model
8
10 version 2.142
11
13 use Config::Model::TypeConstraints ;
14
15 has 'some_dir' => (
16 is => 'ro',
17 isa => 'Config::Model::TypeContraints::Path',
18 coerce => 1
19 );
20
22 This module provides type constraints used by Config::Model:
23
24 • "Config::Model::TypeContraints::Path". A "Maybe[Path::Tiny]" type.
25 This type can be coerced from "Str" type if "coerce => 1" is used
26 to construct the attribute.
27
29 Config::Model, Mouse::Util::TypeConstraints
30
32 Dominique Dumont
33
35 This software is Copyright (c) 2005-2021 by Dominique Dumont.
36
37 This is free software, licensed under:
38
39 The GNU Lesser General Public License, Version 2.1, February 1999
40
41
42
43perl v5.34.0 2021-07-22 Config::Model::TypeConstraints(3)