Add tests for applying several roles in succession, to make sure we
[gitmo/Moose.git] / t / 040_type_constraints /
2008-08-20 Dave Rolsky Various style changes and de-messification
2008-08-20 Tomas Doran Fix type coersion of lazy values accessed using the...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-04-13 Yuval Kogman finish role tc test
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman equals testing for class type constraint
2008-04-12 Yuval Kogman add a test for the 'class' attribute of TC::Class
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-27 Shawn M Moore A bunch of tests for includes_type
2008-03-27 Shawn M Moore Remove Str isa Str|ArrayRef tests (for now anyway)...
2008-03-22 Shawn M Moore Failing tests for Str and ArrayRef being subtypes of...
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-02-26 Stevan Little adding in anon-enums
2008-02-15 Stevan Little fixing tests
2008-02-14 Stevan Little 0.37
2008-02-11 Stevan Little a bug fix and some tweaks 0_37
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-26 Shawn M Moore Failing tests for custom type error messages. Now let...
2008-01-21 Yuval Kogman FileHandle also accepts IO::Handle objects
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
2008-01-03 Stevan Little using a little less overload stuff
2008-01-03 Stevan Little aliasing stuff
2007-12-30 Stevan Little fixing sartaks bug
2007-12-28 Shawn M Moore Add failing! tests to ArrayRef[Int] + auto_deref
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-11-29 Stevan Little fixing a bug for Sartak
2007-11-28 Stevan Little some basic cleanup
2007-11-28 Stevan Little fixing union type constraint aliases
2007-11-23 Stevan Little fixing stuff
2007-11-14 Matt S Trout fix ClassName constraint to use symbol table
2007-11-14 Matt S Trout add failing test for ClassName constraint
2007-10-21 Shawn M Moore Test case specifically, test script cleanup
2007-10-21 Shawn M Moore Add tests for enum
2007-10-19 Stevan Little fixing the type constraints
2007-09-18 Stevan Little s/container/parameterized/
2007-09-18 Stevan Little new and improved type notation stuff
2007-09-16 Stevan Little TypeConstraint::Utils,.. now with find_or_create_type_c...
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 complete re-organization of the test suite