missed a PL_lex_stuff check
[p5sagit/Devel-Declare.git] / Makefile.PL
index ea6d149..0aa54c8 100644 (file)
@@ -7,6 +7,11 @@ 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 => {