summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
Diffstat (limited to 'Porting')
-rw-r--r--Porting/checkURL.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/checkURL.pl b/Porting/checkURL.pl
index 230121ead7..db55c49536 100644
--- a/Porting/checkURL.pl
+++ b/Porting/checkURL.pl
@@ -15,7 +15,7 @@ my %dummy;
@dummy{@dummy} = ();
-foreach my $file (<pod/*.pod README README.* INSTALL>) {
+foreach my $file (<*/*.pod */*/*.pod */*/*/*.pod README README.* INSTALL>) {
open my $fh => $file or die "Failed to open $file: $!\n";
while (<$fh>) {
if (m{(?:http|ftp)://(?:(?!\w<)[-\w~?@=.])+} && !exists $dummy{$&}) {