Checking in changes prior to tagging of version 0.40_09. Changelog diff is:
[gitmo/Mouse.git] / lib / Mouse / Meta / TypeConstraint.pm
2009-12-03 gfx Checking in changes prior to tagging of version 0.40_09... 0.40_09
2009-11-26 gfx Checking in changes prior to tagging of version 0.40_08... 0.40_08
2009-11-17 gfx Fix many 0.40_07
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-11-01 gfx Implement compile_type_constraint in XS
2009-11-01 gfx Simplify compile_type_constraint
2009-10-31 gfx Add comments
2009-10-30 gfx Checking in changes prior to tagging of version 0.40_03... 0.40_03
2009-10-30 gfx Move parametarization code to Meta::TypeConstraint
2009-10-30 gfx Make type constraints always true
2009-10-30 gfx Add '|' operator to Meta::TypeConstraint (experimental)
2009-10-27 gfx Checking in changes prior to tagging of version 0.40_02... 0.40_02
2009-10-27 gfx No import
2009-10-26 gfx Version 0.40_01
2009-10-25 gfx Implement XS accessor generators
2009-10-24 gfx Remove useless check code
2009-10-24 gfx Move accessors into XS
2009-10-19 gfx Checking in changes prior to tagging of version 0.40... 0.40
2009-10-19 gfx Fix subtyping issue
2009-10-13 gfx Checking in changes prior to tagging of version 0.39... 0.39
2009-10-13 gfx Checking in changes prior to tagging of version 0.38... 0.38
2009-10-13 gfx Add VERSION section to pods
2009-10-09 gfx Tidy for release
2009-10-07 gfx Switch to Mouse::Exporter
2009-09-30 gfx Move type coercion mechanism from Util/TypeConstraints...
2009-09-30 gfx Remove unused methods
2009-09-30 gfx Refactor type constraints
2009-09-29 gfx Fix union types and coercion
2009-09-29 gfx Add a warning for an old style use of TypeConstraint
2009-09-29 gfx Rewrite type constraint parser for union parameter...
2009-09-25 gfx Improve documents
2009-09-25 gfx Tidy
2009-09-24 gfx Add some tests
2009-09-23 gfx Checking in changes prior to tagging of version 0.33... 0.33
2009-09-23 gfx Always load Mouse::Util first, which will be load Mouse...
2009-09-21 gfx (Re-)organize Method Accessor, implementing has .....
2009-09-17 gfx Improve type constraint stuff
2009-09-15 gfx Improve type constraint stuff
2009-04-11 Tokuhiro Matsuno added typeconstraint's customizable error message support.
2009-04-02 Tokuhiro Matsuno added Mouse::Meta::TypeConstraint and use it. Mouse...