summaryrefslogtreecommitdiff
path: root/t/porting
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-08-20 17:50:14 +0200
committerYves Orton <demerphq@gmail.com>2022-08-21 12:09:05 +0200
commit39ae7d026481fc04a4249205e9390d8553a02b49 (patch)
tree99cb01f44f9c30f62b1bb4bf6686a54adf584a34 /t/porting
parent2e171639b6afe464dc1d1c59d13568413d513aab (diff)
downloadperl-39ae7d026481fc04a4249205e9390d8553a02b49.tar.gz
t/porting/podcheck.t - ignore .bak files
they are not pod, but rather editor droppings.
Diffstat (limited to 't/porting')
-rw-r--r--t/porting/podcheck.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 85a6eaf613..e00af6efcd 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -447,7 +447,8 @@ my $non_pods = qr/
| core .*
)
$
- ) | ~$
+ ) | ~$ # Vim droppings
+ | \.bak$ # Other editor droppings
| \ \(Autosaved\)\.txt$ # Other editor droppings
| ^cxx\$demangler_db\.$ # VMS name mangler database
| ^typemap\.?$ # typemap files