LorenzoTa / step-by-step-tutorial-on-perl-module-creation-with-tests-and-git

perl module development from the ground, with step by step testing process and git integration
37 stars 7 forks source link

Use make manifest command to update MANIFEST #1

Closed Grinnz closed 5 years ago

Grinnz commented 5 years ago

The make manifest command is already designed to automatically add any missing files to MANIFEST, and is what MANIFEST.SKIP is really designed for. There's no need to add files to MANIFEST manually, only remove.