X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=98fefd6e8451967d940d1ae65bbf1b890cd862e6;hb=2ee34f20d4433723e6dcd4a91ec011f68f9e3520;hp=ca9a14b0c46fb5f2969e8632107ba76426abc21c;hpb=daf381005ce960e2daebd1739ff6b4af96233179;p=p5sagit%2FDevel-Declare.git diff --git a/Makefile.PL b/Makefile.PL index ca9a14b..98fefd6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 => {