diff options
-rw-r--r-- | lib/ExtUtils/MANIFEST.SKIP | 1 | ||||
-rw-r--r-- | lib/ExtUtils/Manifest.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/ExtUtils/MANIFEST.SKIP b/lib/ExtUtils/MANIFEST.SKIP index a203d8f615..5ddf32a56a 100644 --- a/lib/ExtUtils/MANIFEST.SKIP +++ b/lib/ExtUtils/MANIFEST.SKIP @@ -14,3 +14,4 @@ ~$ \.old$ \#$ +^\.# diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index 030eedffeb..7103ee9eb4 100644 --- a/lib/ExtUtils/Manifest.pm +++ b/lib/ExtUtils/Manifest.pm @@ -360,6 +360,7 @@ expression to start with a sharp character. A typical example: ~$ \.old$ ^#.*#$ + ^\.# If no MANIFEST.SKIP file is found, a default set of skips will be used, similar to the example above. If you want nothing skipped, |