cpan Type-Tiny 2.008006

14 hours ago
  • Minor optimization for non-XS type check code for Enum types: if there
    are only a small number of valid strings (five or under), check using
    eq and or operators instead of compiling a regexp to check against
    them all at once. This can be controlled by passing the use_eq
    attribute to the Type::Tiny::Enum constructor, but is otherwise
    automatic.

Don't miss a new Type-Tiny release

NewReleases is sending notifications on new releases.