Changes for version 0.018 - 2013-07-21

  • (Documentation) Updated NEWS file.

Changes for version 0.017_02 - 2013-07-20

  • (Bugfix) Further changes for Perl 5.6.x support.
  • Hopefully improved workaround for missing B::perlstring() using Data::Dumper instead of quotemeta(). ++$RIBASUSHI

Changes for version 0.017_01 - 2013-07-19

  • (Bugfix Documentation) Fix typo in Types::Standard 'regular exception' -> 'regular expression'. Fixes GH#4 ++$MARKSTOS
  • (Bugfix Documentation) Improve examples of custom type constraint error message in Type::Utils and Type::Tiny::Manual::Libraries. Fixes RT#86892 ++$TIMB
  • (Bugfix) Work around lack of B::perlstring() function in Perl 5.6.x.
  • (Documentation) Give an example of the default error messages thrown by Type::Tiny.
  • (Update) Eval::TypeTiny now supports lexical subs under Perl 5.18.

Documentation

an overview of Type::Tiny
adding coercions to type constraints
how to build a type library with Type::Tiny, Type::Library and Type::Utils
coerce and validate arguments to functions and methods
how to use Type::Tiny and Type::Library with Moo
how to use Type::Tiny and Type::Library with Moose
how to use Type::Tiny and Type::Library with Mouse
how to use Type::Tiny and Type::Library with other OO frameworks

Modules

shims to allow Type::Tiny to run on Perl 5.6.x
utility to evaluate a string of Perl code in a clean environment
a small exporter used internally by Type::Library and friends
improved type constraint exceptions in Reply
useful functions for testing the efficacy of type constraints
a set of coercions to a particular target type constraint
a set of coercions to a union type constraint
exceptions for Type::Tiny and friends
exception when a value fails a type constraint
exception for Eval::TypeTiny
exception for Type::Params
tiny, yet Moo(se)-compatible type libraries
Params::Validate-like parameter validation using Type::Tiny type constraints and coercions
parse type constraint strings
a glorified hashref for looking up type constraints
tiny, yet Moo(se)-compatible type constraint
type constraints based on the "isa" method
type constraints based on the "can" method
string enum type constraints
intersection type constraints
type constraints based on the "DOES" method
union type constraints
utility functions to make defining and using type constraints a little easier
bundled set of built-in types for Type::Tiny
type constraints used internally by Type::Tiny