The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Type::Tiny::Manual - an overview of Type::Tiny

SYNOPSIS

Type::Tiny is a small framework for writing type constraints and organising them into type libraries. Although inspired by Moose's type constraint API, it has no non-core dependencies, and can be used with Moose, Mouse and Moo.

It provides a small Moose-inspired library of built-in type constraints.

SEE ALSO

  • Libraries - how to build a type library with Type::Tiny, Type::Library and Type::Utils

  • Using with Moose - how to use Type::Tiny and Type::Library with Moose

  • Using with Mouse - how to use Type::Tiny and Type::Library with Mouse

  • Using with Moo - how to use Type::Tiny and Type::Library with Moo