about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-06 12:18:36 +0000
committerEric Wong <e@80x24.org>2021-02-07 03:34:32 +0000
commit562a9b3f8846dbc1623ac9012910219de9a68c75 (patch)
tree8da0e83d556a3131f7b3bae33d3be7e724d2f9d1 /Makefile.PL
parenta76a153668645fc8e9db414b2e9f929b5b6d7675 (diff)
downloadpublic-inbox-562a9b3f8846dbc1623ac9012910219de9a68c75.tar.gz
We'll probably use this in many more existing places
and likely change non-lei tests to use it.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b9e0a8cd..68545573 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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 {