Types::Common(3) User Contributed Perl Documentation Types::Common(3)
NAME
Types::Common - the one stop shop
STATUS
This module is covered by the Type-Tiny stability policy.
PLANNED FUTURE CHANGES
In the future, this module may also export "signature_for_func" and
"signature_for_method".
DESCRIPTION
Types::Common doesn't provide any types or functions of its own.
Instead it's a single module that re-exports:
o All the types from Types::Standard.
o All the types from Types::Common::Numeric and
Types::Common::String.
o All the types from Types::TypeTiny.
o The "-sigs" tag from Type::Params.
o The t() function from Type::Registry.
If you import t(), it will also be preloaded with all the type
constraints offered by Types::Common.
EXPORT
"use Types::Common qw( -types -sigs t )" might be a sensible place to
start.
"use Types::Common -all" gives you everything.
If you have Perl 5.37.2+, then "use Types::Common qw( -lexical -all )"
won't pollute your namespace.
BUGS
Please report any bugs to
<https://github.com/tobyink/p5-type-tiny/issues>.
SEE ALSO
Types::Standard(3), Types::Common::Numeric(3),
Types::Common::String(3);
Type::Params(3); Type::Registry(3).
AUTHOR
Toby Inkster <tobyink@cpan.org>.
COPYRIGHT AND LICENCE
This software is copyright (c) 2022-2025 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
perl v5.34.3 2025-09-02 Types::Common(3)
type-tiny 2.8.3 - Generated Thu Sep 4 18:09:32 CDT 2025
