Bump to 0.56
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint /
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-04-16 Stevan Little adding changes and fixing some version numbers and...
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman add C<equals> method to TypeConstraint, and make use...
2008-04-12 Yuval Kogman add 'class' attr to TypeConstraint::Class
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-27 Shawn M Moore Implementation of TypeConstraint::Union->includes_type...
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-20 Scott McWhirter Add ObjectOfType XS function for use with anon types...
2008-01-17 Stevan Little refactoring the parameterized type constraints
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2007-12-31 Stevan Little updating copyright dates
2007-12-28 Shawn M Moore A few comments in Moose::Meta::TypeConstraint::Paramete...
2007-12-14 Stevan Little 0.33
2007-12-05 Shawn M Moore Add some support for coercing to ArrayRef or HashRef...
2007-12-05 Shawn M Moore Add support for parametric containers that subtype...
2007-12-01 Stevan Little stuff 0_32
2007-09-18 Stevan Little s/container/parameterized/
2007-09-16 Stevan Little more type system hacking and tests
2007-09-15 Stevan Little lots of more refactored goodness in the TC system
2007-09-14 Stevan Little adding ->parent_registry to the TC registry object
2007-09-10 Stevan Little adding in the type constraint registry
2007-09-04 Stevan Little start of the TC refactor
2007-08-10 Anders Nor Berle Make Test::Pod::Coverage smile again.
2007-08-06 Stevan Little adding some method stubs for deblolaz
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type... 0_22
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-02-21 Stevan Little adding 2007 to the copyright list
2006-11-05 Stevan Little 0.15
2006-11-03 Stevan Little tests pass now
2006-11-02 Stevan Little moving things around to get ready to support Class...