tobyink/p5-type-tiny
Perl 5 distribution Type-Tiny; see homepage for downloads and documentation.
Perl
Issues
- 2
- 1
error in Type::Tiny::validate_explain for parameterized types without parents
#151 opened by djerius - 2
Type::Tiny failing on CPANtesters; smartmatch is gone
#160 opened by jkeenan - 1
Document that Type::Tiny "coercion" attribute accepts arrayref to be passed to add_type_coercions
#153 opened by djerius - 1
"Use of uninitialized value in pattern match" warning when calling Type::Params wrapped func from minimum call stack
#158 opened by djerius - 1
- 1
- 1
Status of parameterized coercion API?
#147 opened by djerius - 2
Type::Params: unexpected error when die'ing in goto_next in a multiple signature
#154 opened by djerius - 2
- 0
Optional accepts multiple parameters, only uses the first, but refers to all of them in error messages
#156 opened by djerius - 6
An is_Foo where Foo is a StrMatch based type returns the capture if the RE captures
#126 opened by djerius - 0
how to avoid loading class you want to coerce to?
#150 opened by XSven - 0
cannot pass type parameter to is_InstanceOf()
#149 opened by XSven - 1
Incorrect API docs for Type::Tiny::coercion_generator
#148 opened by djerius - 0
doc improvement: use strict
#146 opened by abraxxa - 7
Add a **BoolLike** type to Types::TypeTiny
#137 opened by wchristian - 2
RFE: Type::Params: coerce undef to default value
#142 opened by djerius - 3
slurpy parameter cannot be optional
#140 opened by XSven - 7
Use of uninitialized value $i in pattern match (m//)
#138 opened by XSven - 0
Add SYNOPSIS sections to Type::Tiny subclass pod
#134 opened by tobyink - 6
Allow replacing Error::TypeTiny::Assertion
#133 opened by Ovid - 0
- 1
- 3
- 2
parameter type's coercion not fired if coercion of sub-type of parameterized type is fired.
#132 opened by djerius - 2
- 6
- 3
- 1
If hash is passed as a list, and has duplicate keys, receive "Wrong number of parameters; got <x>"
#125 opened by mvsjes2 - 3
- 2
"Use of uninitialized value $_" message from Union
#123 opened by djerius - 2
- 2
`${^TYPE_PARAMS_MULTISIG}` is a reserved variable
#120 opened by haarg - 5
- 7
feature request - support enum value accessors
#109 opened by happy-barney - 6
feature request - support + on Dicts / Enum
#110 opened by happy-barney - 0
Make Type::Tiny::Enum an exporter
#113 opened by tobyink - 1
Type::Library should handle enum types specially and provide a `-constants` export tag
#114 opened by tobyink - 0
`$enum1 | $enum2` and `$enum1 & $enum2` currently product Type::Tiny::Union and Type::Tiny::Intersection objects; they should produce Type::Tiny::Enum objects
#111 opened by tobyink - 3
Type::Library should defer to the type constraint to figure out what it should export for the type
#115 opened by tobyink - 0
Move `_mksub` and `_subname` from Type::Library to Eval::TypeTiny, improve API and add documentation
#116 opened by tobyink - 5
- 1
Provide a facility for combining two `Dict` types
#112 opened by tobyink - 0
- 0
Type::Tiny 2.0.0 will need updates to the manual
#104 opened by tobyink - 0
- 0
Require Exporter::Tiny 1.004
#99 opened by tobyink - 0
use Types::Common;
#100 opened by tobyink - 0
Improved API for Type::Params
#98 opened by tobyink