diff options
author | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
commit | 08d7a6b24064e70aacf57f27e3375e0256afc24a (patch) | |
tree | b57452a9f3979060e17ace1bc112423f98d4fc24 /pod | |
parent | 0e4e16299a9ffad2c7c545720fdb36b39163927d (diff) | |
download | perl-08d7a6b24064e70aacf57f27e3375e0256afc24a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl561delta.pod | 2 | ||||
-rw-r--r-- | pod/perl56delta.pod | 2 | ||||
-rw-r--r-- | pod/perl588delta.pod | 2 | ||||
-rw-r--r-- | pod/perl58delta.pod | 2 | ||||
-rw-r--r-- | pod/perlebcdic.pod | 2 | ||||
-rw-r--r-- | pod/perllocale.pod | 7 | ||||
-rw-r--r-- | pod/perlreref.pod | 2 | ||||
-rw-r--r-- | pod/perlthrtut.pod | 2 |
8 files changed, 12 insertions, 9 deletions
diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod index 4aa947488d..72c38f15a9 100644 --- a/pod/perl561delta.pod +++ b/pod/perl561delta.pod @@ -1385,7 +1385,7 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C<fred.com> if you don't backslash the C<@>. -See http://www.plover.com/~mjd/perl/at-error.html for more details +See http://perl.plover.com/at-error.html for more details about the history here. =head2 @- and @+ provide starting/ending offsets of regex submatches diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod index 0ee586f80e..91b4aede49 100644 --- a/pod/perl56delta.pod +++ b/pod/perl56delta.pod @@ -787,7 +787,7 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C<fred.com> if you don't backslash the C<@>. -See http://www.plover.com/~mjd/perl/at-error.html for more details +See http://perl.plover.com/at-error.html for more details about the history here. =head2 @- and @+ provide starting/ending offsets of regex matches diff --git a/pod/perl588delta.pod b/pod/perl588delta.pod index 8dbdc7bc00..e0ed647d56 100644 --- a/pod/perl588delta.pod +++ b/pod/perl588delta.pod @@ -429,7 +429,7 @@ C<ExtUtils::MakeMaker> upgraded to version 6.30 (was 6.17) =item * -Too much to list here; see L<http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.30/Changes> +Too much to list here; see L<http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes> =back diff --git a/pod/perl58delta.pod b/pod/perl58delta.pod index 6bfdfb670b..a3a0d8ac29 100644 --- a/pod/perl58delta.pod +++ b/pod/perl58delta.pod @@ -532,7 +532,7 @@ already. The fatal error has been downgraded to an optional warning: This warns you that C<"fred@example.com"> is going to turn into C<fred.com> if you don't backslash the C<@>. -See http://www.plover.com/~mjd/perl/at-error.html for more details +See http://perl.plover.com/at-error.html for more details about the history here. =head2 Miscellaneous Changes diff --git a/pod/perlebcdic.pod b/pod/perlebcdic.pod index 39ed61279c..1a83e01f84 100644 --- a/pod/perlebcdic.pod +++ b/pod/perlebcdic.pod @@ -1388,7 +1388,7 @@ L<http://www.unicode.org/> L<http://www.unicode.org/unicode/reports/tr16/> -L<http://www.wps.com/texts/codes/> +L<http://www.wps.com/projects/codes/> B<ASCII: American Standard Code for Information Infiltration> Tom Jennings, September 1999. diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 3c2b3ab8ae..918abfc0d5 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -977,8 +977,11 @@ structure. =head2 Freely available locale definitions -There is a large collection of locale definitions at -ftp://dkuug.dk/i18n/WG15-collection . You should be aware that it is +There is a large collection of locale definitions at: + + http://std.dkuug.dk/i18n/WG15-collection/locales/ + +You should be aware that it is unsupported, and is not claimed to be fit for any purpose. If your system allows installation of arbitrary locales, you may find the definitions useful as they are, or as a basis for the development of diff --git a/pod/perlreref.pod b/pod/perlreref.pod index 87baab25e8..f384fe7400 100644 --- a/pod/perlreref.pod +++ b/pod/perlreref.pod @@ -346,7 +346,7 @@ for details on regexes and internationalisation. =item * I<Mastering Regular Expressions> by Jeffrey Friedl -(F<http://regex.info/>) for a thorough grounding and +(F<http://oreilly.com/catalog/9780596528126/>) for a thorough grounding and reference on the topic. =back diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index 99fae89e90..55a4cd56f9 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -1100,7 +1100,7 @@ Here's a short bibliography courtesy of Jürgen Christoffel: Birrell, Andrew D. An Introduction to Programming with Threads. Digital Equipment Corporation, 1989, DEC-SRC Research Report #35 online as -http://gatekeeper.dec.com/pub/DEC/SRC/research-reports/abstracts/src-rr-035.html +ftp://ftp.dec.com/pub/DEC/SRC/research-reports/SRC-035.pdf (highly recommended) Robbins, Kay. A., and Steven Robbins. Practical Unix Programming: A |