Skip Menu |

This queue is for tickets about the MooseX-Storage CPAN distribution.

Report information
The Basics
Id: 41025
Status: resolved
Priority: 0/
Queue: MooseX-Storage

People
Owner: bobtfish [...] bobtfish.net
Requestors: bobtfish [...] bobtfish.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.17
Fixed in: (no value)



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..
gphat++ fixed it in 0.25 :)