osx man page for moosex::types::checkedutilexports

Query: moosex::types::checkedutilexports

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MooseX::Types::CheckedUtilExports(3)			User Contributed Perl Documentation		      MooseX::Types::CheckedUtilExports(3)

NAME
MooseX::Types::CheckedUtilExports - Wrap Moose::Util::TypeConstraints to be safer for MooseX::Types
VERSION
version 0.35
DESCRIPTION
Prevents errors like: subtype Foo => ... Which should be written as: subtype Foo, ... When using MooseX::Types. Exported by that module. Exports checked versions of the following subs: "type" "subtype" "maybe_type" "duck_type" "enum" "coerce" "from" "as" While "class_type" and "role_type" will also register the type in the library. From Moose::Util::TypeConstraints. See that module for syntax.
SEE ALSO
MooseX::Types
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as perl itself.
AUTHOR
Robert "phaylon" Sedlacek <rs@474.at>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Robert "phaylon" Sedlacek. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.16.2 2012-05-18 MooseX::Types::CheckedUtilExports(3)
Related Man Pages
moosex::types::moose5.18(3pm) - mojave
moosex::types::base(3) - osx
moosex::types::checkedutilexports(3pm) - debian
moosex::types::set::object(3pm) - debian
moosex::types::util(3pm) - debian
Similar Topics in the Unix Linux Community
PHD Help Desk 1.35 (Default branch)
Perl data type checking
PHD Help Desk 1.40 (Default branch)
Documentation software
Are These All The Integer Types In C