Integrate from mainperl.
Jarkko Hietaniemi [Tue, 2 Feb 1999 14:00:25 +0000 (14:00 +0000)]
p4raw-id: //depot/cfgperl@2779

1  2 
pod/perldelta.pod
t/lib/textwrap.t

@@@ -154,6 -176,6 +176,13 @@@ Todo
  You can use "Configure -Uinstallusrbinperl" which causes installperl
  to skip installing perl also as /usr/bin/perl.  This is useful if you
  prefer not to modify /usr/bin for some reason or another but harmful
++because many scripts assume to find Perl in /usr/bin/perl.
++
++=head1 Configuration Changes
++
++You can use "Configure -Uinstallusrbinperl" which causes installperl
++to skip installing perl also as /usr/bin/perl.  This is useful if you
++prefer not to modify /usr/bin for some reason or another but harmful
  because many scripts assume to find Perl in /usr/bin/perl.
  
  =head1 BUGS
@@@ -88,9 -88,9 +88,7 @@@ DON
  
  $| = 1;
  
--print "1..";
--print @tests/2;
--print "\n";
++print "1..", @tests/2, "\n";
  
  use Text::Wrap;