make github the primary repository
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint /
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...