]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - ChangeLog
make the function prototype match the header file
[perl/modules/re-engine-Plugin.git] / ChangeLog
index d6dca48e0c7f1623086fed2f9e90329c1f58cae4..d21dd788b3b0ee5cd356651995ade4acf3bb0169 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
+2008-08-19  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (0.05)
+
+       * Plugin.pm: dos2unix
+       * Plugin.xs: RT#31635: Be compatable with threaded perls
+
 2007-12-27  Ævar Arnfjörð Bjarmason  <avar@cpan.org> (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