]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
INSTALL: depend on Text::ParseWords
[public-inbox.git] / Makefile.PL
index b9e0a8cd291e5ba65c4ac812e2efc840f7bd0aca..6fb0d5604b7fea04919b1d1e9c8e80a498e0eb6f 100644 (file)
@@ -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 {