]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - Changes
Store the exec callback into the private object
[perl/modules/re-engine-Plugin.git] / Changes
1 0.07    2009-08-23 09:30 UTC - Vincent Pit
2         + Fix : [perl #38684]: test failures in t/method/mod.t
3         + Fix : Building with blead.
4
5 0.06    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
6         * Plugin.pm: Tweaks
7         * Plugin.xs: Fix prototype mismatch for Plugin_dupe()
8
9 0.05    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
10         * Plugin.pm: dos2unix
11         * Plugin.xs: RT#31635: Be compatable with threaded perls
12
13 0.04    2007-12-27 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
14         * Plugin.pm: Setting @ISA instead of using base.pm
15         * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install
16         * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual
17                          5.10 release
18         * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux
19         * Plugin.xs: Minor cleanups here and there
20         * Plugin.pod: New todo and a developer release notice
21         * Plugin.[h|pm]: Named buffer callbacks
22         * t/methods/stash.t: Test return value of $rx->stash({});
23         * t/methods/str/modify.t: New test for modification of ->str when
24                                   a reference is used
25         * t/methods/str/types.t: This was testing pattern types, fixed
26         * t/Example.[t|pm]: Moved to t/usage
27
28 0.03    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
29         * Plugin.xs: The exec callback would call_sv on a NULL value
30           causing a segfault
31         * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
32         * inc: Bumping Module::Install to 0.65
33
34 0.02    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
35         * Brought up to date with current blead after lots of hacking on
36           blead itself, too many changes to list
37
38 0.01    2007-02-18 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
39         * Initial release