From: Yuval Kogman Date: Sat, 9 Aug 2008 04:59:18 +0000 (+0000) Subject: deps X-Git-Tag: Devel-GlobalDestruction-0.02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=faf4ea26df86ca4dac2f8ef9c4cb56490b919d78;p=p5sagit%2FDevel-GlobalDestruction.git deps --- diff --git a/Makefile.PL b/Makefile.PL index f7dd816..32612fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,8 @@ WriteMakefile( SIGN => 1, PL_FILES => { }, PREREQ_PM => { - 'Test::use::ok' => 0, + 'Sub::Exporter' => 0, + 'Scope::Guard' => 0, }, );