]> Sergey Matveev's repositories - public-inbox.git/commit
Makefile.PL: add dependency on MANIFEST contents
authorEric Wong <e@80x24.org>
Sun, 6 Oct 2019 23:01:49 +0000 (23:01 +0000)
committerEric Wong <e@80x24.org>
Mon, 7 Oct 2019 09:40:30 +0000 (09:40 +0000)
commit4c20de0694d06ff3a5f963d7f51d509319060b50
tree6c155c8757838895bafc502861e5984a99ab2ed9
parent6242da34fbe20940e3e258d2ec80e9aeef0438e1
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