Port to B::Hooks::Parser.
[p5sagit/Devel-Declare.git] / lib /
2008-10-22 Florian Ragwitz Port to B::Hooks::Parser. hook_parser
2008-10-22 Florian Ragwitz Merge branch 'hooks_endofscope'
2008-10-22 Florian Ragwitz Merge branch 'hook_op_check'
2008-10-19 Florian Ragwitz Use B::Hooks::EndOfScope instead of %^H and Scope:... hooks_endofscope
2008-10-19 Florian Ragwitz Version 0.002002.
2008-10-04 Florian Ragwitz Version 0.002001.
2008-10-04 Florian Ragwitz Add myself to AUTHORS.
2008-10-01 Florian Ragwitz Use B::Hooks::OP::Check to register PL_check callbacks.
2008-09-20 Matt S Trout final tweaking and ChangeLog
2008-09-20 Matt S Trout initial sketch of shadow_sub and hashref-based callback API
2008-09-20 Matt S Trout initial working perl-space version
2008-09-17 Matt S Trout get_linestr works, callback code works, set_linestr...
2008-06-04 Matt S Trout make 'method main' work
2008-06-04 Matt S Trout assloads of changes, apparently my previous commits...
2008-06-03 Matt S Trout Newx -> New
2008-06-01 Matt S Trout reallocate PL_linestr to 8192 chars min in a source...
2008-05-05 Chia-liang Kao Make devel::declare parse the part between prototype and
2007-11-26 Matt S Trout actually, this will be 0.1.6
2007-11-26 Matt S Trout 0.1.5 changes
2007-11-09 Matt S Trout stop using & prototypes at all
2007-10-25 Matt S Trout 0.001003 changes
2007-10-21 Matt S Trout version and POD updates for 0.001002
2007-10-14 Matt S Trout compiles against 5.8.1 (no threads, no multiplicity)
2007-09-17 Matt S Trout fix mail and web addresses
2007-09-17 Matt S Trout made method { ... }; work
2007-09-17 Matt S Trout sugar test basically working
2007-07-26 Matt S Trout latest updates
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-28 Matt S Trout initial import, still fragile as all hell