Subject: | Cannot deal with union or parameterised types. |
You currently need to add a custom type handler for each custom type,
even when that type is a union of pre-existing types.
My current example is MooseX::Types::URI::Uri|Undef, which, assuming you
know how to handle the two constituent parts, should be possible to
automatically handle..