0.09 2011-04-05 16:05 UTC - Vincent Pit
+ Add : The constants REP_THREADSAFE and REP_FORKSAFE tell you whenever
the pragma is thread-safe and fork-safe.
+ Fix : Compatibility with perl 5.13.6 and upwards.
+ Fix : The pragma should be much less eager to leak into other scopes.
+ Fix : Memory leaks of code references stored into the regexp object.
+ Fix : Work around Kwalitee test misfailures.
+ Tst : Thread safety is now tested on perl 5.13.4 and greater.
0.08 2009-08-29 16:55 UTC - Vincent Pit
+ Add : The new ->callbacks method to the regexp object let you specify
the 'exec' callback on an individual basis.
+ Chg : Perl 5.10 is now required (instead of 5.9.5).
+ Fix : The pragma was leaking into required scopes on 5.10.0.
+ Fix : If you specified a different re::engine::Plugin between the
compilation and the execution of a regular expression, the
'exec' callback invoked used to be the one for the second
engine. Worse, if the original engine wasn't in scope at the
time of execution, nothing happened. This is now fixed.
+ Fix : The reference count of the callbacks stored wasn't properly
decremented.
+ Fix : Incomplete MANIFEST.
+ Tst : Subdirectories are now ordered.
+ Tst : Author tests.
0.07 2009-08-23 09:30 UTC - Vincent Pit
+ Fix : [perl #38684]: test failures in t/method/mod.t
+ Fix : Building with blead.
0.06 2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
0.05 2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
0.04 2007-12-27 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
5.10 release
a reference is used
0.03 2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
0.02 2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
0.01 2007-02-18 - Ævar Arnfjörð Bjarmason <avar@cpan.org>