X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=6fb0d5604b7fea04919b1d1e9c8e80a498e0eb6f;hb=68250ff1c247bb737e6daef1af31dcd7fa918644;hp=b9e0a8cd291e5ba65c4ac812e2efc840f7bd0aca;hpb=92dd30285b579204b242df3e12b57b926083b666;p=public-inbox.git diff --git a/Makefile.PL b/Makefile.PL index b9e0a8cd..6fb0d560 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -153,7 +153,9 @@ WriteMakefile( 'Digest::SHA' => 0, # rpm: perl-Digest-SHA 'Encode' => 2.35, # 2.35 shipped with 5.10.1 'IO::Compress::Gzip' => 0, + 'IO::Uncompress::Gunzip' => 0, 'Storable' => 0, # rpm: perl-Storable + 'Text::ParseWords' => 0, # rpm: perl-Text-ParseWords # Plack is needed for public-inbox-httpd and PublicInbox::WWW # 'Plack' => 0, @@ -172,6 +174,9 @@ WriteMakefile( # ExtUtils::MakeMaker # this file won't run w/o it... }, MAN3PODS => \%man3, + clean => { + FILES => 't/home1/setup* t/home1/t* t/home1/.public-inbox' + }, ); sub MY::postamble {