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