From 9427299e7c4c40cc0dc0d9a5f6ef04670a541207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C5=8Dan?= Date: Fri, 13 Mar 2026 09:51:59 -0600 Subject: [PATCH] chore: deduplicate and clean up MANIFEST.SKIP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove ~15 duplicate patterns accumulated from successive edits, drop stale personal path in comment, add appveyor.yml exclusion, and consolidate related entries under clear section headers. No functional change — all previously excluded paths remain excluded. --- MANIFEST.SKIP | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 407cb50d6..6ac7a0746 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -38,7 +38,6 @@ \b\.# \.bak$ \.tmp$ -\.# \.rej$ # Avoid OS-specific files/dirs @@ -54,7 +53,6 @@ # Avoid MYMETA files ^MYMETA\. -#!end included /Users/schwern/perl5/perlbrew/perls/perl-v5.12.2/lib/5.12.2/ExtUtils/MANIFEST.SKIP # Avoid this one test that doesn't work yet ^t/strays.t @@ -65,7 +63,7 @@ # Test::FAQ is not complete. ^lib/Test/FAQ -# Don't include our dist director +# Don't include our dist directories ^Test-Simple- ^Test2-* @@ -76,36 +74,21 @@ ^profile ^profiling/ -# For github testing -^\.travis\.yml$ +# CI config (project uses GitHub Actions) +\.travis\.yml +appveyor\.yml ^MANIFEST\.SKIP$ -# I never want this to go out. -^test\.pl$ - -^POD_TEMPLATE\.pod$ +# I never want these to go out. +test\.pl +POD_TEMPLATE\.pod +POD_TEMPLATE\.POD # The extra tests are for dist author testing only \bxt -# For github testing -.travis.yml - dist.ini -MANIFEST.SKIP - -# I never want this to go out. -test.pl - -POD_TEMPLATE.pod - -^Test2-* - -^profiling/ - t2_lib t2s_lib - -POD_TEMPLATE.POD