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