Make formatting more like the rest of the code
[gitmo/MooseX-Types.git] / lib / MooseX / Types /
2011-12-22 Dave Rolsky Make formatting more like the rest of the code
2011-08-24 Kent Fredric Add support for :all on MooseX::Types::Combine
2011-08-20 Dave Rolsky Show ArrayRef in synopsis
2011-06-06 Jesse Luehrs allow inlining if the type has been subsequently defined
2011-06-05 Dave Rolsky add manual coverage ...
2011-06-05 Dave Rolsky fix some cruft from dzilization
2011-06-05 Dave Rolsky Fix typo in abstract
2011-06-05 Dave Rolsky switching over to dzil
2011-06-05 Dave Rolsky bump version to 0.26
2011-06-05 Dave Rolsky Add can_be_inlined method to undefined type
2010-11-30 Dave Rolsky bump version to 0.25 0.25
2010-11-08 Dave Rolsky Make sub order match call order
2010-11-08 Dave Rolsky Some changes to make MX::Types::Combine detect errors...
2010-09-11 Florian Ragwitz Version 0.24 0.24
2010-07-20 Florian Ragwitz Version 0.23 0.23
2010-06-01 Florian Ragwitz Version 0.22 0.22
2010-05-28 John Napiorkowski added some overloading so that we can properly perform...
2009-12-24 Rafael Kitover bump up Moose dep (RT#53016), release 0.21
2009-11-25 Dave Rolsky When a caller tries to import a nonexistent type from...
2009-09-21 Hans Dieter Pearcey add $VERSION to all modules so that people can install...
2009-09-09 Jesse Luehrs move setup_import_methods to after the exports are...
2009-08-18 Florian Ragwitz Stop blowing up in has_available_type_export if the...
2009-07-30 Dave Rolsky This package is Combine, not Combined
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-05-29 Rafael Kitover add missing files 0.11
2009-05-27 Rafael Kitover update to released version
2009-03-07 John Napiorkowski removed the Data::Dump debugging code
2009-02-22 Robert 'phaylon... added has_available_type_export introspection utility...
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...
2008-02-19 phaylon switched to Sub::Exporter
2007-08-09 phaylon changed Class::Inspector to load_class; finished 0.03
2007-08-08 phaylon clearer error message for missing type info; coercion...
2007-08-08 phaylon Finishing off 0.01
2007-08-03 phaylon Moved to MooseX-Types