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 | |
parent | bf6bfb44d9f2e07e4bd25b8eba2d9132fcec637e (diff) | |
download | perl-46c3340ed6f3bbae3f80607438da0310e52a687a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
-rw-r--r-- | README.ko | 4 | ||||
-rwxr-xr-x | emacs/ptags | 3 | ||||
-rw-r--r-- | hints/bsdos.sh | 2 | ||||
-rw-r--r-- | hints/irix_6.sh | 2 | ||||
-rw-r--r-- | hints/svr5.sh | 5 | ||||
-rw-r--r-- | pod/perlop.pod | 2 | ||||
-rw-r--r-- | pod/perlopentut.pod | 2 | ||||
-rw-r--r-- | pod/perlport.pod | 5 |
8 files changed, 7 insertions, 18 deletions
@@ -157,10 +157,6 @@ Perl Àü¹Ý »Ó ¾Æ´Ï¶ó À¯´ÏÄÚµå Áö¿ø, EncodeÀÇ »ç¿ë¹ý µî¿¡ ¸¹Àº °ÍÀ» Çѱ¹¾î 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 c017e66731..c7f8391ff7 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 65eaf7f3bb..53a5cd2e68 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 93d6618a36..e36d643019 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 ef1d7d547b..87118f4550 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 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 * |