This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/porting/podcheck.t - ignore .bak files
[perl5.git] / t / porting / podcheck.t
index 85a6eaf..e00af6e 100644 (file)
@@ -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