X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=blobdiff_plain;f=Makefile.PL;h=18e7a18da1f745947967cbcea3024b10b242e8ec;hp=1a1647cdc8379862460e4dab3fffb6fd70dd064e;hb=6be87d59f17965b9e4e92f71727379e19929d896;hpb=22cad1bc4b5f4acb14860f34ad02c95f9c5a679d diff --git a/Makefile.PL b/Makefile.PL index 1a1647c..18e7a18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,8 +12,10 @@ my $dist = 'Scope-Context'; $file = "lib/$file.pm"; my %PREREQ_PM = ( + 'Carp' => 0, 'Scope::Upper' => '0.21', 'Scalar::Util' => 0, + 'overload' => 0, ); my %BUILD_REQUIRES = (