X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=ChangeLog;h=d28858649d28e47f1a8174246d4535c224df4e66;hb=5da29bf099eb7bfbc1afcba037356cf196e72a72;hp=3651a43ed826de81f71ca44b390fb2cf82a5be1d;hpb=86e082409eeb8df843893486f92273c0e46d7637;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/ChangeLog b/ChangeLog index 3651a43..d288586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-12-27 Ævar Arnfjörð Bjarmason (0.04) + * Plugin.pm: Setting @ISA instead of using base.pm + * Makefile.PL: Now using ExtUtils::MakeMaker instead of Module::Install * Plugin.(xs|h): Fix up prototypes to match the callbacks in the actual 5.10 release * Plugin.xs: Dumped CODE: in favor of PPCODE:, the former is teh sux * Plugin.xs: Minor cleanups here and there @@ -11,7 +13,6 @@ * t/methods/str/types.t: This was testing pattern types, fixed * t/Example.[t|pm]: Moved to t/usage - 2007-05-17 Ævar Arnfjörð Bjarmason (0.03) * Plugin.xs: The exec callback would call_sv on a NULL value