Revision history for Perl extension optimizer.

0.06_03  2010-08-24 Reini Urban <rurban@cpan.org>
	all tests pass but 04-use.t 7+8 with threads in relocatetopad
	- fix compiler warnings
	- added eg/and_not.pl
	- add some minor patches from Jim Cromie (not his 0.06_02)
	- simplify OP_SUBST in c_extend_peep

0.06  2008-07-13 19:44:57 Reini Urban <rurban@cpan.org>
	- 5.10 and 5.11 patch, fixes for 5.8.8
	- Iop_seqmax and B::OP::seq workaround for 5.10 callbacks
	- added eg/pad.pl
	- added t/04-use.t

0.05  Mon Dec 30 09:45:09 CET 2002
	- Applied patch from greg that removes debugging prints
	  [rt.cpan.org 1475] http://rt.cpan.org/NoAuth/Bug.html?id=1475

0.04  Sun Dec 29 17:29:05 CET 2002
	- Add support for multiple 'sub-detect' callbacks

0.03  Sat Dec 28 23:13:02 CET 2002
        - Added support for use optimizer 'sub-detect', which
	  callbacks on every code block it finds after that
	  block has been compiled.

0.02  Wed Jun 26 19:44:29 CEST 2002
	- Added support use optimizer 'extend-c', which extends
	  perls default C based optimizer.

0.01  Sat Jul 28 13:55:06 2001
	- original version; created by h2xs 1.21 with options
		-A -n optimizer