logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Config::Model::TypeConstraints - Mouse type constraints for Config::Model

Author

       Dominique Dumont

Description

       This module provides type constraints used by Config::Model:

       •   "Config::Model::TypeContraints::Path".  A  "Maybe[Path::Tiny]"  type.  This  type can be coerced from
           "Str" type if "coerce => 1" is used to construct the attribute.

Name

       Config::Model::TypeConstraints - Mouse type constraints for Config::Model

See Also

       Config::Model, Mouse::Util::TypeConstraints

Synopsis

        use Config::Model::TypeConstraints ;

        has 'some_dir' => (
           is => 'ro',
           isa => 'Config::Model::TypeContraints::Path',
           coerce => 1
        );

Version

       version 2.155

See Also