Port to B::Hooks::Parser.
[p5sagit/Devel-Declare.git] / t /
2008-10-22 Florian Ragwitz Merge branch 'hooks_endofscope'
2008-10-20 Florian Ragwitz Clean up tests.
2008-10-20 Florian Ragwitz Remove test intended to be used for debugging.
2008-10-20 Rhesa Rozendaal added 2 tests wrt utf string manipulations causing...
2008-10-19 Florian Ragwitz Use B::Hooks::EndOfScope instead of %^H and Scope:... hooks_endofscope
2008-10-19 Florian Ragwitz Remove unused inject_scope from method.t
2008-10-19 Florian Ragwitz Add a multiline proto test in an extra file.
2008-10-19 Florian Ragwitz Revert "Test multiline signatures where the closing...
2008-10-18 Florian Ragwitz Test multiline signatures where the closing parent...
2008-09-28 Matt S Trout I have no idea why this isn't in svn already
2008-09-20 Matt S Trout final tweaking and ChangeLog
2008-09-20 Matt S Trout add offset function for non-callback driven stuff,...
2008-06-04 Matt S Trout make 'method main' work
2008-06-01 Matt S Trout now survives eval
2008-06-01 Matt S Trout extra test, forget where it came from
2008-04-27 Yuval Kogman bus error
2008-04-27 Yuval Kogman add eval.t, thought it would fail but it doesn't
2007-11-26 Matt S Trout 0.1.5 changes
2007-11-09 Matt S Trout make test less noisy
2007-11-09 Matt S Trout stop using & prototypes at all
2007-10-21 Matt S Trout test I never noticed to add
2007-09-17 Matt S Trout made method { ... }; work
2007-09-17 Matt S Trout sugar test basically working
2007-07-01 Matt S Trout split usepack and namepack
2007-07-01 Matt S Trout package handling
2007-07-01 Matt S Trout pad stuffing by source injection
2007-06-29 Matt S Trout fun ($a, $b) { ... }
2007-06-29 Matt S Trout debug flag, extra test
2007-06-29 Matt S Trout test now uses Test::More
2007-06-28 Matt S Trout initial import, still fragile as all hell