add $VERSION to all modules so that people can install MooseX::Types::Moose without...
[gitmo/MooseX-Types.git] / lib / MooseX / Types / TypeDecorator.pm
2009-09-21 Hans Dieter Pearcey add $VERSION to all modules so that people can install...
2009-07-01 Rafael Kitover reorganize author/copyright sections at the request...
2009-06-28 John Napiorkowski changed error messages to use moose throw_error and... 0.15
2009-06-28 John Napiorkowski more tests for the mixed string and perl type constrain...
2009-06-27 Rafael Kitover fix union with string types 0.14
2009-01-06 Florian Ragwitz pod syntax fix.
2008-12-16 John Napiorkowski some changes to make cases where you dont have decorate...
2008-12-10 John Napiorkowski support for recursive types, documentation and tests...
2008-12-09 John Napiorkowski recursion test
2008-10-22 John Napiorkowski added fallback to overloading
2008-10-07 John Napiorkowski better error checking, more correct stringification
2008-10-07 John Napiorkowski slightly better error handling
2008-09-26 John Napiorkowski added enum test, more docs both internal and external...
2008-09-04 John Napiorkowski incremented version and updated changelog, fixed bug...
2008-09-03 John Napiorkowski isa and can, more tests, but not it breaks due to some...
2008-08-26 John Napiorkowski better handling of method arg validation, more docs...
2008-08-25 John Napiorkowski overloading for union constraints, more tests, some...
2008-08-25 John Napiorkowski hackish impl of parameterized constraints, more example...
2008-08-24 John Napiorkowski trying to get some tests in place that reflect the...
2008-08-22 John Napiorkowski created the decorator and got it hooked up, made sure...