# # $Id: Changes,v 0.14 2004/11/05 12:44:48 dankogai Exp dankogai $ # $Revision: 0.14 $ $Date: 2004/11/05 12:44:48 $ ! t/02-list.t Addressed test failure that was raised by Perl 5.8.5 http://rt.cpan.org/NoAuth/Bug.html?id=8165 0.13 2004/05/08 05:55:35 ! lib/Regexp/Optimizer.pm Document bug, reported by Frederick in the mail below, fixed. ! Makefile.PL ! Regexp/ -> lib/Regexp/ Module hierarchy realigned so cygwin is happy. Reported by Frederick Weiland <30F579C44E1598429167C5E20E307BA19D807D@atlmsg01.raremedium.net> 0.12 2004/05/04 17:12:14 ! Regexp/Optimizer.pm Perl 5.8.4 and later corrected a bug so it is fatal to go my $x = qr{ ... (??{ $x }) ... }; under "use strict". Unfortunately Regexp/Optimizer.pm had two occurances thereof. Now fixed. 0.11 2004/05/03 15:09:14 ! Regexp/List.pm Deep recursion addressed and corrected by yoz@yoz.com https://rt.cpan.org/Ticket/Display.html?id=4937 0.10 2003/06/02 20:11:07 ! * Version jumps to 0.10 do to radical changes, especially in $Regexp::Optimize. ! Regexp/Optimizer.pm t/02-list.t t/03-utf8.t Aagh! Why didn't I come up with such a simple idea !? ->optimize is completely rewritten. t/*.t is streamlined to reflect changes. Now ->optimize() *really* optimizes even for qr/(?:1|12)|123/. Used to return qr/1(?:2?|23)/ but now it returns qr/1(?:23?)?/o ! Regexp/Optimizer.pm Regexp/List.pm POD enhanced. 0.02 2003/06/01 00:11:26 ! Regexp/Optimizer.pm Regexp/List.pm * Lots of bug fixes regarding $o->optimize() for nested parens ! t/02-list.t Test data for #21 corrected ! t/03-utf8.t buggy SKIP: sections fixed. 0.01 2003/05/31 10:44:41 + * 0th release