projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1b27e
)
Porting/checkURL.pl
author
Abigail
<abigail@abigail.be>
Tue, 18 Dec 2001 19:03:22 +0000
(20:03 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 19 Dec 2001 01:11:45 +0000
(
01:11
+0000)
Message-ID: <
20011218180322
.8278.qmail@foad.org>
p4raw-id: //depot/perl@13785
Porting/checkURL.pl
patch
|
blob
|
history
diff --git
a/Porting/checkURL.pl
b/Porting/checkURL.pl
index
230121e
..
db55c49
100644
(file)
--- 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{$&}) {