summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/porting/podcheck.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index b10c6280e0..2f66423d70 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -213,8 +213,9 @@ my $encoding_first = "=encoding must be first command (if present)";
my $no_name = "There is no NAME";
my $missing_name_description = "The NAME should have a dash and short description after it";
-# objects, tests, etc can't be pods, so don't look for them.
-my $non_pods = qr/\.(?:[achot]|zip|gz|bz2|jar|tar|tgz|PL|so)$/;
+# objects, tests, etc can't be pods, so don't look for them. Also skip
+# files output by the patch program.
+my $non_pods = qr/\.(?:[achot]|zip|gz|bz2|jar|tar|tgz|PL|so|orig|rej)$/;
# Pod::Checker messages to suppress