moosex::types::checkedutilexports(3) [osx man page]
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)
Check Out this Related Man Page
MooseX::Types::CheckedUtilExports(3pm) User Contributed Perl Documentation MooseX::Types::CheckedUtilExports(3pm)NAME
MooseX::Types::CheckedUtilExports - Wrap Moose::Util::TypeConstraints to be safer for MooseX::Types
VERSION
version 0.41
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) 2007 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.18.2 2013-12-21 MooseX::Types::CheckedUtilExports(3pm)
I am using perl 5.8.0.
I need to check some values to see it they are floats. Our system does not have Data::Types so I can't use is_float. Is there something else that I can use? The only thing in Data is Dump.pm. I am not allowed to download anything to our system so I have to use what I have.... (3 Replies)
On another simple topic, multiple choice answers OK ( you can pick more than one or suggest others - we will add your suggestions to the poll ).
What Types of Food Do You Like The Most? (27 Replies)
Hello and Good day, I am currently studying C and I just finished learning about variables mainly those of integer type.
I am wondering if the list below are all there is to integer variables and there are still more that i have to learn.
Here are the list:
Char
Short
int
long
long long... (3 Replies)