jvdias ef2da1f
--- perl-5.8.8/lib/CPAN/FirstTime.pm.links	2006-01-30 16:08:57.000000000 -0500
jvdias ef2da1f
+++ perl-5.8.8/lib/CPAN/FirstTime.pm	2006-02-01 11:08:12.000000000 -0500
jvdias ef2da1f
@@ -292,7 +292,7 @@
jvdias ef2da1f
     my(@path) = split /$Config{'path_sep'}/, $ENV{'PATH'};
jvdias 766b4a2
     local $^W = $old_warn;
jvdias 766b4a2
     my $progname;
jvdias ef2da1f
-    for $progname (qw/gzip tar unzip make lynx wget ncftpget ncftp ftp gpg/){
jvdias ef2da1f
+    for $progname (qw/gzip tar unzip make links wget ncftpget ncftp ftp gpg/){
jvdias 766b4a2
       if ($^O eq 'MacOS') {
jvdias ef2da1f
           $CPAN::Config->{$progname} = 'not_here';
jvdias ef2da1f
           next;
jvdias ef2da1f
--- perl-5.8.8/lib/CPAN.pm.links	2006-01-31 09:11:22.000000000 -0500
jvdias ef2da1f
+++ perl-5.8.8/lib/CPAN.pm	2006-02-01 11:06:01.000000000 -0500
jvdias ef2da1f
@@ -2604,7 +2604,7 @@
jvdias ef2da1f
 
jvdias ef2da1f
 	$self->debug("localizing funkyftpwise[$url]") if $CPAN::DEBUG;
jvdias ef2da1f
 	my($f,$funkyftp);
jvdias ef2da1f
-	for $f ('lynx','ncftpget','ncftp','wget') {
jvdias ef2da1f
+	for $f ('links','ncftpget','ncftp','wget') {
jvdias ef2da1f
 	  next unless exists $CPAN::Config->{$f};
jvdias ef2da1f
 	  $funkyftp = $CPAN::Config->{$f};
jvdias ef2da1f
 	  next unless defined $funkyftp;
jvdias ef2da1f
@@ -2613,7 +2613,7 @@
jvdias ef2da1f
 	  ($asl_ungz = $aslocal) =~ s/\.gz//;
jvdias ef2da1f
           $asl_gz = "$asl_ungz.gz";
jvdias ef2da1f
 	  my($src_switch) = "";
jvdias ef2da1f
-	  if ($f eq "lynx"){
jvdias ef2da1f
+	  if ($f eq "links"){
jvdias ef2da1f
 	    $src_switch = " -source";
jvdias ef2da1f
 	  } elsif ($f eq "ncftp"){
jvdias ef2da1f
 	    $src_switch = " -c";
jvdias ef2da1f
@@ -2637,8 +2637,8 @@
jvdias 766b4a2
 	  my($wstatus);
jvdias 766b4a2
 	  if (($wstatus = system($system)) == 0
jvdias 766b4a2
 	      &&
jvdias 766b4a2
-	      ($f eq "lynx" ?
jvdias ef2da1f
-	       -s $asl_ungz # lynx returns 0 when it fails somewhere
jvdias 766b4a2
+	      ($f eq "links" ?
jvdias ef2da1f
+	       -s $asl_ungz # links returns 0 when it fails somewhere
jvdias 766b4a2
 	       : 1
jvdias 766b4a2
 	      )
jvdias ef2da1f
 	     ) {
jvdias ef2da1f
@@ -2695,7 +2695,7 @@
jvdias ef2da1f
 });
jvdias ef2da1f
 	  }
jvdias ef2da1f
           return if $CPAN::Signal;
jvdias ef2da1f
-	} # lynx,ncftpget,ncftp
jvdias ef2da1f
+	} # links,ncftpget,ncftp
jvdias ef2da1f
     } # host
jvdias ef2da1f
 }
jvdias ef2da1f
 
jvdias ef2da1f
@@ -6022,7 +6022,7 @@
jvdias ef2da1f
 
jvdias ef2da1f
 The CPAN module is designed to automate the make and install of perl
jvdias ef2da1f
 modules and extensions. It includes some primitive searching capabilities and
jvdias ef2da1f
-knows how to use Net::FTP or LWP (or lynx or an external ftp client)
jvdias ef2da1f
+knows how to use Net::FTP or LWP (or links or an external ftp client)
jvdias ef2da1f
 to fetch the raw data from the net.
jvdias ef2da1f
 
jvdias ef2da1f
 Modules are fetched from one or more of the mirrored CPAN
jvdias ef2da1f
@@ -6683,7 +6683,7 @@
jvdias ef2da1f
 associated with a URL that is not C<ftp:>.
jvdias ef2da1f
 
jvdias ef2da1f
 If you have neither Net::FTP nor LWP, there is a fallback mechanism
jvdias ef2da1f
-implemented for an external ftp command or for an external lynx
jvdias ef2da1f
+implemented for an external ftp command or for an external links
jvdias ef2da1f
 command.
jvdias ef2da1f
 
jvdias ef2da1f
 =head2 Finding packages and VERSION
jvdias ef2da1f
@@ -6975,16 +6975,16 @@
jvdias ef2da1f
 
jvdias ef2da1f
 =back
jvdias ef2da1f
 
jvdias ef2da1f
-=head2 Configuring lynx or ncftp for going through a firewall
jvdias ef2da1f
+=head2 Configuring links or ncftp for going through a firewall
jvdias ef2da1f
 
jvdias ef2da1f
-If you can go through your firewall with e.g. lynx, presumably with a
jvdias ef2da1f
+If you can go through your firewall with e.g. links, presumably with a
jvdias ef2da1f
 command such as
jvdias ef2da1f
 
jvdias ef2da1f
-    /usr/local/bin/lynx -pscott:tiger
jvdias ef2da1f
+    /usr/local/bin/links -pscott:tiger
jvdias ef2da1f
 
jvdias ef2da1f
 then you would configure CPAN.pm with the command
jvdias ef2da1f
 
jvdias ef2da1f
-    o conf lynx "/usr/local/bin/lynx -pscott:tiger"
jvdias ef2da1f
+    o conf links "/usr/local/bin/links -pscott:tiger"
jvdias ef2da1f
 
jvdias ef2da1f
 That's all. Similarly for ncftp or ftp, you would configure something
jvdias ef2da1f
 like