From: Gurusamy Sarathy Date: Wed, 8 Sep 1999 20:25:12 +0000 (+0000) Subject: integrate cfgperl contents into mainline X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b4bcab6dfeacd5cae090d62c2aab79d4ab46e5d;p=p5sagit%2Fp5-mst-13.2.git integrate cfgperl contents into mainline p4raw-id: //depot/perl@4106 --- 4b4bcab6dfeacd5cae090d62c2aab79d4ab46e5d diff --cc pod/perldelta.pod index cf97559,69beac3..94b4635 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@@ -732,6 -725,6 +725,13 @@@ like in the first argument to C 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. 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.