[Bast-commits] r4853 - Devel-Declare/1.000/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Sep 28 16:15:42 BST 2008
Author: rafl
Date: 2008-09-28 16:15:42 +0100 (Sun, 28 Sep 2008)
New Revision: 4853
Modified:
Devel-Declare/1.000/trunk/Makefile.PL
Log:
Make Declare.o depend on stolen_chunk_of_toke.c.
Modified: Devel-Declare/1.000/trunk/Makefile.PL
===================================================================
--- Devel-Declare/1.000/trunk/Makefile.PL 2008-09-28 14:39:57 UTC (rev 4852)
+++ Devel-Declare/1.000/trunk/Makefile.PL 2008-09-28 15:15:42 UTC (rev 4853)
@@ -9,6 +9,10 @@
build_requires 'Test::More';
build_requires 'Scope::Guard';
+postamble(<<'EOM');
+$(OBJECT) : stolen_chunk_of_toke.c
+EOM
+
WriteMakefile(
dist => {
PREOP => 'pod2text lib/Devel/Declare.pm >$(DISTVNAME)/README'
More information about the Bast-commits
mailing list