properly set v2 metadata!
[p5sagit/Devel-Declare.git] / lib /
2013-07-21 Karen Etheridge bump version
2013-07-20 Karen Etheridge convert Makefile.PL to using Distar
2013-06-19 Karen Etheridge sigh, empty MANIFEST in the last release... 0.006013
2013-06-18 Karen Etheridge bump version for imminent release
2012-02-22 Zefram Version 0.006011 0.006011
2012-02-07 Zefram Version 0.006010 0.006010
2012-02-01 Zefram Version 0.006009 0.006009
2012-02-01 Zefram document that injecting newlines doesn't work
2011-11-05 Zefram Version 0.006008 0.006008
2011-09-12 Zefram Version 0.006007 0.006007
2011-09-12 Zefram give D:D:Context::Simple a version number
2011-09-11 Zefram initialize earlier to help with string evals
2011-09-11 Zefram toke_scan_str return undef for unterminated string
2011-09-11 Zefram prevent toke_scan_str moving backward in linestr
2011-09-11 Zefram depend on bugfixed B::Hooks::OP::Check 0.19
2011-08-23 Florian Ragwitz Version 0.006006 0.006006
2011-07-06 Florian Ragwitz Version 0.006005 0.006005
2011-05-30 Chia-liang Kao use the "redefine" warning flag when importing DD to...
2011-05-02 Florian Ragwitz Version 0.006004 0.006004
2011-04-12 Florian Ragwitz Version 0.006003 0.006003
2011-04-08 Florian Ragwitz Version 0.006002 0.006002
2011-02-26 Florian Ragwitz Version 0.006001 0.006001
2010-03-09 Florian Ragwitz Version 0.006000. 0.006000
2009-08-14 Florian Ragwitz Version 0.005011. 0.005011
2009-08-11 Florian Ragwitz Version 0.005010. 0.005010
2009-08-10 Florian Ragwitz Version 0.005009. 0.005009
2009-08-10 nperez Move strip_attrs which is a purely parsing method down...
2009-07-28 Florian Ragwitz Version 0.005008. 0.005008
2009-07-13 Ash Berlin Version 0.005007 0.005007
2009-06-07 Florian Ragwitz Version 0.005006. 0.005006
2009-06-05 Florian Ragwitz Version 0.005005. 0.005005
2009-06-03 Florian Ragwitz Version 0.005004. 0.005004
2009-05-24 Florian Ragwitz Version 0.005003. 0.005003
2009-05-24 Florian Ragwitz Merge branch 'strip_names_and_args'
2009-05-24 Florian Ragwitz Fail hard if strip_names_and_args fails. strip_names_and_args
2009-05-24 Florian Ragwitz Add copyright notice for stolen_chunk_of_toke.c.
2009-05-23 Florian Ragwitz Merge commit 'yanick/docs'
2009-05-23 Florian Ragwitz Add copyright statements.
2009-05-23 Florian Ragwitz Another pod fix.
2009-05-23 Cory Watson Add strip_names_and_args
2009-05-21 Yanick Champoux was 'assing', assuming it to be 'were passing'
2009-05-19 Florian Ragwitz POD fix.
2009-05-10 Florian Ragwitz Version 0.005002. 0.005002
2009-05-06 Florian Ragwitz Version 0.005001. 0.005001
2009-05-06 Florian Ragwitz Implement skip_declarator in terms of scan_word in...
2009-04-18 Florian Ragwitz Version 0.005000. 0.005000
2009-04-18 Florian Ragwitz Allow extracting strings going over multiple lines...
2009-04-13 Florian Ragwitz Port the docs from Scope::Guard + %^H to B::Hooks:...
2009-04-10 Florian Ragwitz Version 0.004000.
2009-04-09 Florian Ragwitz First draft of documentation. This focuses on core...
2009-03-30 Florian Ragwitz Version 0.003005.
2009-01-18 Ash Berlin Context::Simple::inject_if_block returns true value...
2008-11-10 Florian Ragwitz Version 0.003004.
2008-11-07 Florian Ragwitz Add strip_indent to Ctx::Simple.
2008-10-27 Florian Ragwitz Make parse_proto default to an empty string.
2008-10-27 Florian Ragwitz Add a VERSION to MethodInstaller::Simple.
2008-10-27 Florian Ragwitz Version 0.003003.
2008-10-27 Florian Ragwitz Refactor MethodInstaller::Simple.
2008-10-25 Florian Ragwitz Version 0.003002.
2008-10-25 Florian Ragwitz Version 0.003001.
2008-10-25 Rhesa Rozendaal using :lvalue subs breaks the debugger, so I added...
2008-10-24 Florian Ragwitz Version 0.003000.
2008-10-24 Florian Ragwitz Merge branch 'context_object'
2008-10-24 Rhesa Rozendaal ctx-simple: integrated multiline proto handling from... context_object
2008-10-24 Florian Ragwitz Version 0.002999_01.
2008-10-24 Florian Ragwitz Add an abstract.
2008-10-23 Florian Ragwitz Don't delete the previous symbol table entry when shado...
2008-10-22 Rhesa Rozendaal improvements from MX::MS and MX::Declare
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-18 Rhesa Rozendaal branches/context_object: reformatted with 2-space inden...
2008-10-06 Rhesa Rozendaal added DD::Context::Simple, which packages the synopsis...
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) { ... }
next