integrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 8 Sep 1999 20:25:12 +0000 (20:25 +0000)]
p4raw-id: //depot/perl@4106

1  2 
perl.h
pod/perldelta.pod
pp.c
pp_hot.c

diff --cc perl.h
Simple merge
@@@ -732,6 -725,6 +725,13 @@@ like in the first argument to C<join>
  or false result of matching the pattern against $_ as the string,
  which is probably not what you had in mind.
  
++=item /%s/ should probably be written as "%s"
++
++(W) You have used a pattern where Perl expected to find a string,
++like in the first argument to C<join>.  Perl will treat the true
++or false result of matching the pattern against $_ as the string,
++which is probably not what you had in mind.
++
  =head1 Obsolete Diagnostics
  
  Todo.
diff --cc pp.c
Simple merge
diff --cc pp_hot.c
Simple merge