0.02
- Use MooseX::Clone, not some half assed clone routine
- Types are sorted topologically now. All variants in a single slot
are tried for a match, and if the result is ambiguous an error is
thrown. This matches Perl 6's behavior for multi method dispatch.
0.01
- Initial release