#
# $Id: Changes,v 0.12 2004/05/04 17:12:14 dankogai Exp dankogai $
#

$Revision: 0.12 $ $Date: 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