summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-08-01 09:01:44 +0000
committerNicholas Clark <nick@ccl4.org>2021-08-24 11:42:17 +0000
commit6bee331964b4d4ea384cc8a72c329d7c8ed62386 (patch)
treed5768fcbd32d7f67b3eefc21e25d09ca43559312 /t
parent3736c5b94426e7a6f44bbcf5dc7bae82ce07664e (diff)
downloadperl-6bee331964b4d4ea384cc8a72c329d7c8ed62386.tar.gz
Add /^vgcore.*/ to the list of podcheck.t filename exclusions.
Regularly named core files were in the list, but valgrind's variant were not.
Diffstat (limited to 't')
-rw-r--r--t/porting/podcheck.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index d0961c07fa..1883f86936 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -441,6 +441,7 @@ my $non_pods = qr/ (?: \.
| ^typemap\.?$ # typemap files
| ^(?i:Makefile\.PL)$
| ^core (?: $ | \. .* )
+ | ^vgcore\.[1-9][0-9]*$
/x;
# Matches something that looks like a file name, but is enclosed in C<...>