Search results for "module:MooseX::Types::UndefinedType"
MooseX::Types::UndefinedType - a fallback type for when a type cannot be found
Whenever a type handle function (e.g. "Int()" can't find a type constraint under its full name, it assumes it has not yet been defined. It will then return an instance of this class, handling only stringification, name and possible identification of ...
ETHER/MooseX-Types-0.50 - Feb 07, 2017
MooseX::Types - Organise your Moose types in libraries
The type system provided by Moose effectively makes all of its builtin type global, as are any types you declare with Moose. This means that every module that declares a type named "PositiveInt" is sharing the same type object. This can be a problem ...
ETHER/MooseX-Types-0.50 - Feb 07, 2017