make github the primary repository
[gitmo/Moose.git] / t / 040_type_constraints / 016_subtyping_parameterized_types.t
2011-03-14 Florian Ragwitz Remove numbers from our tests
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-24 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-02-05 Florian Ragwitz Make ScalarRef parameterized.
2009-12-13 Florian Ragwitz Convert all tests to done_testing.
2009-04-25 Hans Dieter Pearcey remove trailing whitespace
2008-10-24 John Napiorkowski added tests for the subtyping parameterized constraints...
2008-10-23 John Napiorkowski changed the way subtypes are made so that we delegate...
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2007-11-23 Stevan Little fixing stuff