cpan Type-Tiny 0.003_01

latest releases: 2.007_000, 2.006000, 2.005_002...
pre-release11 years ago

[ Documentation ]

  • Link from Test::TypeTiny to Test::Deep::Type.

[ Other ]

  • Allow a Type::Tiny object to "freeze" its coercions. This prevents a
    Type::Tiny object from becoming out of sync with its equivalent Mouse or
    Moose constraint objects.
  • Allow subtypes to inherit coercions from their parent type constraint.
    (They do not by default.)
  • Build coercions automatically for certain type parameterized
    constraints. Say there's a Num->Int coercion defined; then we should be
    able to coerce ArrayRef[Num]->ArrayRef[Int].
  • Overload "+" operator for Type::Coercion and Type::Tiny allows coercions
    to be added to each other, and added to type constraints.
  • Type::Library packages can now include "standalone" Type::Coercion
    objects, not attached to a type constraint. These can be exported on
    request.

Don't miss a new Type-Tiny release

NewReleases is sending notifications on new releases.