Make sure that Int rejects "1\n" and "\n1" (but Num does accept it)
[gitmo/Moose.git] / t / type_constraints /
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