Wrap all TC inlining in parens and a do { } block
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints / Builtins.pm
2011-05-17 Dave Rolsky Wrap all TC inlining in parens and a do { } block
2011-05-17 Jesse Luehrs one more constrained scope in tc inlining
2011-05-17 Dave Rolsky Make inline constraints safer ...
2011-05-17 Jesse Luehrs one more fix for unoptimized constraints
2011-05-17 Jesse Luehrs fix a couple of unoptimized constraints
2011-05-17 Jesse Luehrs more readable inlined code
2011-05-17 Dave Rolsky Make sure that Int rejects "1\n" and "\n1" (but Num...
2011-05-17 Dave Rolsky Drop optimized subs for all builtins - instead use...
2011-05-17 Dave Rolsky We don't want two different inline code chunks to use...
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-05-17 Dave Rolsky Move optimized constraint subs to new Builtins package
2011-05-17 Dave Rolsky Move definition of built in types to a separate package...