diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-06 19:10:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-06 19:10:41 +0000 |
commit | 1291a1920c36dc45039a0acbf53957ff30304657 (patch) | |
tree | 34c5ac548cb86f35402650f061611e64bb5debc1 /pod/perldelta.pod | |
parent | 982ce1809751a8e19a5bbe5feaae6f223efd3485 (diff) | |
parent | 661cc6a69914a4799f8042e90d1df51291595d57 (diff) | |
download | perl-1291a1920c36dc45039a0acbf53957ff30304657.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4091
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 353c62d55f..69beac3e99 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -718,6 +718,13 @@ of a subroutine attribute, and it wasn't a semicolon or the start of a block. Perhaps you terminated the parameter list of the previous attribute too soon. +=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. |