]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
New ChangeLog file that's made from git, not manually maintained
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 19 Aug 2008 13:47:00 +0000 (13:47 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Tue, 19 Aug 2008 13:47:00 +0000 (13:47 +0000)
ChangeLog [deleted file]
Makefile.PL

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644 (file)
index d21dd78..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,35 +0,0 @@
-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
-       * 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
-
-2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.03)
-
-       * 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
-
-2007-05-17 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.02)
-
-       * Brought up to date with current blead after lots of hacking on
-         blead itself, too many changes to list
-
-2007-02-18 Ævar Arnfjörð Bjarmason <avar@cpan.org> (0.01)
-
-       * Initial release
index b52770831d95064b0d56a1e2ca38f72e550bcb08..1c07b3e896a4b359633204d3a3066e050228aced 100644 (file)
@@ -7,7 +7,20 @@ WriteMakefile(
     ABSTRACT_FROM => 'Plugin.pod',\r
     VERSION_FROM  => 'Plugin.pm',\r
     LICENSE       => 'perl',\r
+    CCFLAGS       => '-Wall',\r
     test          => {\r
         TESTS => 't/*.t t/*/*.t t/*/*/*.t',\r
     },\r
 );\r
+\r
+sub MY::postamble {\r
+    return <<END;\r
+ChangeLog: Makefile\r
+       git log --pretty=full . >ChangeLog\r
+\r
+META.yml: Makefile\r
+       touch META.yml\r
+\r
+END\r
+}\r
+\r