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

Types::Common - the one stop shop

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

       Please report any bugs to <https://github.com/tobyink/p5-type-tiny/issues>.

Description

       Types::Common doesn't provide any types or functions of its own.  Instead it's a single module that re-
       exports:

       •   All the types from Types::Standard.

       •   All the types from Types::Common::Numeric and Types::Common::String.

       •   All the types from Types::TypeTiny.

       •   The "-sigs" tag from Type::Params.

       •   The t() function from Type::Registry.

       If you import t(), it will also be preloaded with all the type constraints offered by Types::Common.

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.40.1                                       2025-05-06                                 Types::Common(3pm)

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.

Name

       Types::Common - the one stop shop

See Also

       Types::Standard, Types::Common::Numeric, Types::Common::String; Type::Params; Type::Registry.

Status

       This module is covered by the Type-Tiny stability policy.

See Also