Add another MOOSE_TEST_MD option, MooseX
[gitmo/Moose.git] / t / type_constraints /
2012-02-19 Tomas Doran And the same fix for role_type
2012-02-19 Tomas Doran Fix bug with multiple class_type statements.
2011-10-05 Ricardo Signes allow single-value enums
2011-09-18 Jesse Luehrs fix is_subtype_of for unregistered class types
2011-09-17 Jesse Luehrs if a union type has no common ancestors, ->parent shoul...
2011-09-17 Jesse Luehrs add some tests
2011-09-17 Jesse Luehrs parents returns a list
2011-09-17 Dave Rolsky Add some tests for a union of two unions
2011-09-17 Dave Rolsky Test parent of ArrayRef|HashRef
2011-09-17 Dave Rolsky Make var names consistent
2011-09-17 Dave Rolsky Add tests for ->parent & ->parents on union type
2011-09-17 Dave Rolsky Tidy test code
2011-09-17 Dave Rolsky Make test description match what we're testing
2011-09-17 Dave Rolsky Union types are not types of their component types
2011-09-17 Dave Rolsky A union and a bare subtype of that union should report...
2011-09-17 Dave Rolsky Union types look at all member types when determining...
2011-09-16 Dave Rolsky Get rid of all the bogus uses of use_ok still lurking...
2011-06-19 Kent Fredric Improve the docs for this feature, extend the tests
2011-06-19 Kent Fredric Added union constructor tests
2011-06-19 Tomas Doran Fix error reporting in duck_type
2011-06-19 Jesse Luehrs fix tests for the deprecation stuff
2011-06-05 Karen Etheridge Also run the special Str tests on the types that descen...
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs fix up the inlining test
2011-05-17 Dave Rolsky Make sure that every type passes all its tests when...
2011-05-17 Dave Rolsky Make sure that inlining union preserves the inline env
2011-05-17 Dave Rolsky Whenever we inline a type constraint, we need to includ...
2011-05-17 Dave Rolsky Add comprehensive test for all builtin types as a simpl...
2011-05-17 Dave Rolsky Rename has_inlined_type_constraint to can_be_inlined
2011-05-17 Jesse Luehrs one more Eval::Closure use
2011-05-17 Jesse Luehrs stop using a package global for enums, just close over it
2011-05-17 Jesse Luehrs also use Eval::Closure in the test
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Add tests for a fake regex object ( bless {}, 'Regexp' )
2011-05-17 Dave Rolsky Don't disable 'once' warnings in the whole test
2011-05-17 Dave Rolsky Test that Str can handle return value of substr()
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky A name-only subtype now inherits inlining from its...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky Add a thorough test for inlining TCs, especially testin...
2011-05-17 Dave Rolsky Add inlining for union types
2011-05-17 Dave Rolsky All TC objects (except unions) now have inlining code...
2011-05-17 Dave Rolsky Add tests for un-parameterized Maybe
2011-05-17 Dave Rolsky Rewrite builtin type tests to test optimized, unoptimiz...
2011-05-17 Dave Rolsky All non-parameterized types now have inlining code
2011-04-24 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-14 Florian Ragwitz Remove numbers from our tests