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