X-Git-Url: http://git.rot13.org/?p=perl-Redis.git;a=blobdiff_plain;f=Makefile.PL;h=96f6ad0462e698a009023ac3e3cb86ac52205ea5;hp=456fa2929b8c7357eb2205eb984404acfe8d2d78;hb=8a36a2c05814b1b0a6c40ffc595e5c8283c088c2;hpb=c34a5050d658b02796e60d898929ef1690c9c00f diff --git a/Makefile.PL b/Makefile.PL index 456fa29..96f6ad0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,6 +10,9 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'IO::Socket::INET' => 0, + 'Data::Dumper' => 0, + 'Carp' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Redis-*' },