X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=c421a46ac2f39788b339730d1c61f6c190c10f63;hp=e00e6f155ec08a90abb75401d38cc1b1b32558ca;hb=75a60b70d39a18521fcf5c2fbc7266100da27110;hpb=5da717399870f32544637bd4068e00e01eab84a2 diff --git a/Makefile.PL b/Makefile.PL index e00e6f1..c421a46 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,6 +26,7 @@ my $dist = 'indirect'; $file = "lib/$file.pm"; my %PREREQ_PM = ( + 'Carp' => 0, 'XSLoader' => 0, );