We only need local $? if we inline calls to DEMOLISH
[gitmo/Moose.git] / t / type_constraints / util_std_type_constraints.t
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-05 Karen Etheridge Also run the special Str tests on the types that descen...
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 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 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-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-03-14 Florian Ragwitz Remove numbers from our tests