final tweaking and ChangeLog
[p5sagit/Devel-Declare.git] / Makefile.PL
index ca9a14b..98fefd6 100644 (file)
@@ -1,12 +1,13 @@
 use inc::Module::Install 0.67;
 
-require 5.008001;
+use 5.008001;
 
 name 'Devel-Declare';
 all_from 'lib/Devel/Declare.pm';
 
 requires 'Scalar::Util';
 build_requires 'Test::More';
+build_requires 'Scope::Guard';
 
 WriteMakefile(
   dist => {