]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - ChangeLog
d6dca48e0c7f1623086fed2f9e90329c1f58cae4
[perl/modules/re-engine-Plugin.git] / ChangeLog
1 2007-12-27  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.04)
2
3         * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual 5.10 release
4         * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux
5         * Plugin.xs: Minor cleanups here and there
6         * Plugin.pod: New todo and a developer release notice
7         * Plugin.[h|pm]: Named buffer callbacks
8         * t/methods/stash.t: Test return value of $rx->stash({});
9         * t/methods/str/modify.t: New test for modification of ->str when
10                                   a reference is used
11         * t/methods/str/types.t: This was testing pattern types, fixed
12         * t/Example.[t|pm]: Moved to t/usage
13
14 2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.03)
15
16         * Plugin.xs: The exec callback would call_sv on a NULL value
17           causing a segfault
18         * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
19         * inc: Bumping Module::Install to 0.65
20
21 2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.02)
22
23         * Brought up to date with current blead after lots of hacking on
24           blead itself, too many changes to list
25
26 2007-02-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.01)
27
28         * Initial release