about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 8daeb4fb..39b9b198 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -90,5 +90,8 @@ check:: pure_all check-manifest
 lib/PublicInbox/UserContent.pm :: contrib/css/216dark.css
         \$(PERL) -I lib \$@ \$?
 
+# Ensure new .pm files will always be installed:
+Makefile.PL :: MANIFEST
+
 EOF
 }