From: Leon Brocard <acme@astray.com>
Date: Fri, 4 Sep 2009 07:48:45 +0000 (+0100)
Subject: Use alternative URLs for links which are now broken (link rot)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46c3340ed6f3bbae3f80607438da0310e52a687a;p=p5sagit%2Fp5-mst-13.2.git

Use alternative URLs for links which are now broken (link rot)
---

diff --git a/README.ko b/README.ko
index 2f6589b..880fe9b 100644
--- a/README.ko
+++ b/README.ko
@@ -157,10 +157,6 @@ Perl 
 
   Çѱ¹¾î Perl ´º½º ±×·ì
 
-=item L<http://seoul.pm.org/>
-
-  Perl ¸Á°Å½º (¼­¿ï)
-
 =item L<http://www.perlmania.or.kr/>
 
   Home for Korean Perlmanias
diff --git a/emacs/ptags b/emacs/ptags
index c017e66..c7f8391 100755
--- a/emacs/ptags
+++ b/emacs/ptags
@@ -9,9 +9,6 @@
 #
 # fullpath - use full paths in TAGS (default: relative to the root)
 #
-# (IZ: to be a happier jumper: install 'imenu-go.el' from
-#      ftp://ftp.math.ohio-state.edu/pub/users/ilya/emacs.)
-#
 # (Some tags should probably live in their own subdirs, like those in x2p/,
 # but I have never been interested in x2p anyway.)
 #
diff --git a/hints/bsdos.sh b/hints/bsdos.sh
index 65eaf7f..53a5cd2 100644
--- a/hints/bsdos.sh
+++ b/hints/bsdos.sh
@@ -27,7 +27,7 @@ case "$usemallocwrap" in
 esac
 
 # setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
-# See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2)
+# See man 2 setuid
 d_setregid='undef'
 d_setreuid='undef'
 d_setrgid='undef'
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 93d6618..e36d643 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -192,7 +192,7 @@ esac'
 	case "`uname -s`" in
 	# Without the -mabi=64 gcc in 64-bit IRIX has problems passing
 	# and returning small structures.  This affects inet_*() and semctl().
-	# See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html
+	# See http://groups.google.com/group/comp.sys.sgi.admin/msg/3ad8353bc4ce3cb0
 	# for more information.  Reported by Lionel Cons <lionel.cons@cern.ch>.
 	IRIX64)	ccflags="$ccflags -mabi=64"
 		ldflags="$ldflags -mabi=64 -L/usr/lib64"
diff --git a/hints/svr5.sh b/hints/svr5.sh
index ef1d7d5..87118f4 100644
--- a/hints/svr5.sh
+++ b/hints/svr5.sh
@@ -48,14 +48,15 @@ esac
 	want_dbm='yes'		# use dbm if can find library in /usr/local/lib
 	want_gdbm='yes'		# use gdbm if can find library in /usr/local/lib
 	want_udk70=''		# link with old static libc pieces
-            # link with udk70 if building on 7.1 abd want resulting binary 
+            # link with udk70 if building on 7.1 and want resulting binary
             # to run on uw7.0* - it will link in referenced static symbols 
             # of libc that are (now) in the shared libc.so on 7.1 but were 
             # not there in 7.0.
             # There are still scenarios where this is still insufficient so 
             # overall it is preferable to get ptf7051e 
             #   ftp://ftp.sco.com/SLS/ptf7051e.Z
-            # installed on any/all 7.0 systems and leave the above unset.
+            # installed on any/all 7.0 systems and leave the above unset
+            # (sadly this is unavailable as of 2009-08-03)
 
 if [ "$want_ucb" ] ; then 
     ldflags= '-L/usr/ucblib'
diff --git a/pod/perlop.pod b/pod/perlop.pod
index adf0718..b2f5113 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 b903378..9139ebc 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 8c46b89..88c6e8f 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 *