]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
t/tests: split out setup_public_inboxes sub
[public-inbox.git] / Makefile.PL
index b9e0a8cd291e5ba65c4ac812e2efc840f7bd0aca..68545573501659a58f4cbfae0a4f514e530c6cb8 100644 (file)
@@ -172,6 +172,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 {