From 76fbb8a1f423e2eca5dbf71f1cba41d4ab228718 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Mon, 12 May 2025 07:54:27 -0400 Subject: [PATCH] Include MANIFEST and SKIP in GH repo Git should be aware of MANIFEST and MANIFEST.SKIP. Once your code is on github.com, someone may fork it and want to run it through the typical 'perl Makefile.PL -- make -- make test' cycle. Save them the trouble of calling 'make manifest' unless they've modified either of those files. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f2c986d..27033bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ _build blib Pod-Simple-* -MANIFEST MANIFEST.bak *META.* Build