ctx-simple: integrated multiline proto handling from M::S
[p5sagit/Devel-Declare.git] / Makefile.PL
index e2aec53..0aa54c8 100644 (file)
@@ -1,10 +1,17 @@
 use inc::Module::Install 0.67;
 
+use 5.008001;
+
 name 'Devel-Declare';
 all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
 build_requires 'Test::More';
+build_requires 'Scope::Guard';
+
+postamble(<<'EOM');
+$(OBJECT) : stolen_chunk_of_toke.c
+EOM
 
 WriteMakefile(
   dist => {