]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - Changes
Ignore MYMETA.yml
[perl/modules/re-engine-Plugin.git] / Changes
1 0.08    2009-08-29 16:55 UTC - Vincent Pit
2         + Add : The new ->callbacks method to the regexp object let you specify
3                 the 'exec' callback on an individual basis.
4         + Chg : Perl 5.10 is now required (instead of 5.9.5).
5         + Fix : The pragma was leaking into required scopes on 5.10.0.
6         + Fix : If you specified a different re::engine::Plugin between the
7                 compilation and the execution of a regular expression, the
8                 'exec' callback invoked used to be the one for the second
9                 engine. Worse, if the original engine wasn't in scope at the
10                 time of execution, nothing happened. This is now fixed.
11         + Fix : The reference count of the callbacks stored wasn't properly
12                 decremented.
13         + Fix : Incomplete MANIFEST.
14         + Tst : Subdirectories are now ordered.
15         + Tst : Author tests.
16
17 0.07    2009-08-23 09:30 UTC - Vincent Pit
18         + Fix : [perl #38684]: test failures in t/method/mod.t
19         + Fix : Building with blead.
20
21 0.06    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
22         * Plugin.pm: Tweaks
23         * Plugin.xs: Fix prototype mismatch for Plugin_dupe()
24
25 0.05    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
26         * Plugin.pm: dos2unix
27         * Plugin.xs: RT#31635: Be compatable with threaded perls
28
29 0.04    2007-12-27 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
30         * Plugin.pm: Setting @ISA instead of using base.pm
31         * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install
32         * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual
33                          5.10 release
34         * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux
35         * Plugin.xs: Minor cleanups here and there
36         * Plugin.pod: New todo and a developer release notice
37         * Plugin.[h|pm]: Named buffer callbacks
38         * t/methods/stash.t: Test return value of $rx->stash({});
39         * t/methods/str/modify.t: New test for modification of ->str when
40                                   a reference is used
41         * t/methods/str/types.t: This was testing pattern types, fixed
42         * t/Example.[t|pm]: Moved to t/usage
43
44 0.03    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
45         * Plugin.xs: The exec callback would call_sv on a NULL value
46           causing a segfault
47         * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
48         * inc: Bumping Module::Install to 0.65
49
50 0.02    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
51         * Brought up to date with current blead after lots of hacking on
52           blead itself, too many changes to list
53
54 0.01    2007-02-18 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
55         * Initial release