The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.06 2011-04-02
- RT #67153: Fix interpolation of RE2 into RE2
  (qr// stringification included the x flag which RE2 doesn't support)

0.05 2011-02-06
- Allow setting of RE2's max_mem to control memory bound
- Improve documentation

0.04 2011-01-29
- Remove various UNIXisms from RE2, now builds under Win32/Strawberry
  (still needs gmake installed, which comes with Strawberry)

0.03 2011-01-23
- Pass more options from MakeMaker to RE2, should now work on x86_64 again
- Run RE2's own test suite as part of build if we can

0.02 2011-01-22
- Use ExtUtils::CppGuess and try to find GNU make

0.01 2011-01-16
- Fixes for //g, captures, generally many things

0.01_01 2010-07-25
- Initial dev. version