From: Vincent Pit Date: Sat, 27 Dec 2008 14:45:03 +0000 (+0100) Subject: We also depend on Exporter X-Git-Tag: v0.02~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=a2697e8e2e253f12125d7387ed85e075bdfb1db0 We also depend on Exporter --- diff --git a/Makefile.PL b/Makefile.PL index 20649ec..e98f116 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,7 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Scope/Upper.pm', PL_FILES => {}, PREREQ_PM => { + 'Exporter' => 0, 'XSLoader' => 0, }, dist => {