From 4c20de0694d06ff3a5f963d7f51d509319060b50 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 6 Oct 2019 23:01:49 +0000 Subject: Makefile.PL: add dependency on MANIFEST contents This prevents breakage when running installed scripts when a user fetches from git and forgets to run "perl Makefile.PL" before "make install". --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') 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 } -- cgit v1.2.3-24-ge0c7