]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
Resurrect the old Changes file
authorVincent Pit <vince@profvince.com>
Sun, 23 Aug 2009 09:15:27 +0000 (11:15 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 23 Aug 2009 09:15:59 +0000 (11:15 +0200)
Changes [new file with mode: 0644]
MANIFEST
Makefile.PL

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..6145173
--- /dev/null
+++ b/Changes
@@ -0,0 +1,35 @@
+0.06    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * Plugin.pm: Tweaks
+        * Plugin.xs: Fix prototype mismatch for Plugin_dupe()
+
+0.05    2008-08-19 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * Plugin.pm: dos2unix
+        * Plugin.xs: RT#31635: Be compatable with threaded perls
+
+0.04    2007-12-27 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * 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
+        * Plugin.pod: New todo and a developer release notice
+        * Plugin.[h|pm]: Named buffer callbacks
+        * t/methods/stash.t: Test return value of $rx->stash({});
+        * t/methods/str/modify.t: New test for modification of ->str when
+                                  a reference is used
+        * t/methods/str/types.t: This was testing pattern types, fixed
+        * t/Example.[t|pm]: Moved to t/usage
+
+0.03    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * Plugin.xs: The exec callback would call_sv on a NULL value
+          causing a segfault
+        * Plugin.pod: Use %hash ~~ 'i' instead of $hash{i}, more stylish!
+        * inc: Bumping Module::Install to 0.65
+
+0.02    2007-05-17 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * Brought up to date with current blead after lots of hacking on
+          blead itself, too many changes to list
+
+0.01    2007-02-18 - Ævar Arnfjörð Bjarmason <avar@cpan.org>
+        * Initial release
index fc48681488e597a5e1be3f1e8cf93b376052bb9f..62d362c56fd2695bcd50002dc3aac8704db60820 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-ChangeLog
+Changes
 Makefile.PL
 MANIFEST                       This list of files
 MANIFEST.SKIP
 Makefile.PL
 MANIFEST                       This list of files
 MANIFEST.SKIP
index 4b1af5f753ef9853e2dbf00197ff112446ba1fe3..3adcfca06c679dfc6e3aec5cacba2655b8045a1d 100644 (file)
@@ -42,15 +42,3 @@ WriteMakefile(
         TESTS => 't/*.t t/*/*.t t/*/*/*.t',
     },
 );
         TESTS => 't/*.t t/*/*.t t/*/*/*.t',
     },
 );
-
-sub MY::postamble {
-    return <<END;
-ChangeLog: Makefile
-       git log --pretty=full . >ChangeLog
-
-META.yml: Makefile
-       touch META.yml
-
-END
-}
-