diff options
author | Leon Brocard <acme@astray.com> | 2009-09-04 08:48:45 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-04 08:48:45 +0100 |
commit | 46c3340ed6f3bbae3f80607438da0310e52a687a (patch) | |
tree | 7c3d202ae70dc8c1d082e55aaad560dd9db36707 /pod | |
parent | bf6bfb44d9f2e07e4bd25b8eba2d9132fcec637e (diff) | |
download | perl-46c3340ed6f3bbae3f80607438da0310e52a687a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 | ||||
-rw-r--r-- | pod/perlopentut.pod | 2 | ||||
-rw-r--r-- | pod/perlport.pod | 5 |
3 files changed, 2 insertions, 7 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index adf0718836..b2f5113158 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1296,7 +1296,7 @@ doing different actions depending on which regexp matched. Each regexp tries to match where the previous one leaves off. $_ = <<'EOL'; - $url = URI::URL->new( "http://www/" ); die if $url eq "xXx"; + $url = URI::URL->new( "http://example.com/" ); die if $url eq "xXx"; EOL LOOP: { diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod index b9033786b6..9139ebc3df 100644 --- a/pod/perlopentut.pod +++ b/pod/perlopentut.pod @@ -779,7 +779,7 @@ the doctor ordered. There's no filehandle interface, but it's still easy to get the contents of a document: use LWP::Simple; - $doc = get('http://www.linpro.no/lwp/'); + $doc = get('http://www.cpan.org/'); =head2 Binary Files diff --git a/pod/perlport.pod b/pod/perlport.pod index 8c46b89831..88c6e8fa0f 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -932,7 +932,6 @@ and L<perldos>. =item * The EMX environment for DOS, OS/2, etc. emx@iaehv.nl, -http://www.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/index.html or ftp://hobbes.nmsu.edu/pub/os2/dev/emx/ Also L<perlos2>. =item * @@ -1035,10 +1034,6 @@ MacPerl Development, http://dev.macperl.org/ . =item * -The MacPerl Pages, http://www.macperl.com/ . - -=item * - The MacPerl mailing lists, http://lists.perl.org/ . =item * |