fix for bug and prep for cpan
[gitmo/MooseX-Types-Structured.git] / lib / MooseX / Meta / TypeConstraint / Structured.pm
2010-12-28 John Napiorkowski fix for bug and prep for cpan
2010-10-24 Robert 'phaylon... use compiled constraints instead of objects origin/topics/use-compiled-constraints
2010-07-01 John Napiorkowski more deeper scrubbing of the error output
2010-07-01 John Napiorkowski all tests passing again after move to message stack
2010-07-01 John Napiorkowski toward better error messages
2010-06-01 Florian Ragwitz Convert from Module::Install to Dist::Zilla
2010-05-28 John Napiorkowski all new tests in place that must work with the (pending...
2010-02-04 Ansgar Burchardt correct spelling errors
2009-04-30 Florian Ragwitz Use a builder instead of wrapping new to set the defaul...
2009-04-18 Florian Ragwitz Explicitly don't inline the constructor to avoid warnings.
2009-04-18 Yuval Kogman rafl's pathological test case
2009-04-18 Yuval Kogman fix is subtype of (sortof)
2009-04-06 John Napiorkowski fixed incorrect alway finding an error with TC->validate
2009-04-02 John Napiorkowski added deeper error messages, minor doc grammar fixes... 0.11
2009-03-06 John Napiorkowski created a more introspective slurpy function, moved...
2009-03-06 John Napiorkowski added some code to improve the error message and added...
2008-12-05 John Napiorkowski updated changelog in preparation for release, added...
2008-12-05 John Napiorkowski finished Optional, wrote docs and tests for it
2008-12-05 John Napiorkowski actually create the optional TC, and a bunch fo changes...
2008-10-29 John Napiorkowski added soe doc fixes and a new examples section, also...
2008-10-27 John Napiorkowski news tests for API and coercions, more tests for both...
2008-10-24 John Napiorkowski stub for api test, example and warnings about extending...
2008-10-07 John Napiorkowski really register the types, more advanced tests, includi...
2008-09-30 John Napiorkowski basic requirements complete, missing the optional and...
2008-08-20 John Napiorkowski removed unused base class
2008-08-19 John Napiorkowski minor doc tweaks
2008-08-19 John Napiorkowski proper support for parameterized constraints and Maybe[]
2008-08-19 John Napiorkowski positional and named constraints
2008-08-18 John Napiorkowski first guess at structured types, with proof of concept...