Nullsv is kinda deprecated and not available anymore if PERL_CORE is defined.
[p5sagit/Devel-Declare.git] / Makefile.PL
index 3d30929..0aa54c8 100644 (file)
@@ -3,11 +3,15 @@ use inc::Module::Install 0.67;
 use 5.008001;
 
 name 'Devel-Declare';
-version '0.001008';
 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 => {