]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
Importing re-engine-Plugin-0.06.tar.gz
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index b52770831d95064b0d56a1e2ca38f72e550bcb08..bfb1d137a1f528f2fa5145ec5e9bbf0a4fa6fa85 100644 (file)
@@ -11,3 +11,15 @@ WriteMakefile(
         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