From d60e7dee1f155511d999148c1007257125235f98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 21 Jan 2011 11:41:13 +0100 Subject: [PATCH] Dokumentation zu t/007broken_links.t --- t/007broken_links.t | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/t/007broken_links.t b/t/007broken_links.t index f0162eba1..ee0021ef8 100644 --- a/t/007broken_links.t +++ b/t/007broken_links.t @@ -1,5 +1,11 @@ #!/usr/bin/perl +# adapted from Michael Stevens' test script posted in p5p +# in the thread "broken links in blead" from 01/19/2011 +# +# caveats: wikipedia seems to have crawler protection and +# will give 403 forbidden unless the user agent is faked. + use strict; use File::Find; use LWP::Simple; -- 2.20.1