diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-24 20:19:55 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-24 20:19:59 -0700 |
commit | 7f8d58fb0a9806bbceb2f22543b4599f3d791699 (patch) | |
tree | 5a804be07eb5d3ff3c87daeb1c4501b9e4f14e02 /t | |
parent | 459b64da6c5743fa9093a9ef5214a82b46f2f7d0 (diff) | |
download | perl-7f8d58fb0a9806bbceb2f22543b4599f3d791699.tar.gz |
podcheck.t: Skip files left by patch
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 5 |
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 |