From eaa8dfa267a3ef7c94504fc15c1f651cecd4bfdc Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 29 May 2015 14:54:21 -0600 Subject: perldelta: Move 2 fatal msgs into that section from warnings section --- pod/perldelta.pod | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 83f4a7f12b..d7d119abe7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1841,6 +1841,24 @@ be parsed as a valid number - either it has leading zeroes, or it represents too big a number to cope with. The S<<-- HERE> shows where in the regular expression the problem was discovered. See L. +=item * + +L<'%s' is an unknown bound type in regex|perldiag/"'%s' is an unknown bound type in regex; marked by <-- HERE in m/%s/"> + +(F) You used C<\b{...}> or C<\B{...}> and the C<...> is not known to +Perl. The current valid ones are given in +L. + +=item * + +L + +(F) You tried to call C with no argument or with an undefined +value as an argument. C expects either a package name or a +file-specification as an argument. See L. + +Formerly, C with no argument or C warned about a Null filename. + =back =head3 New Warnings @@ -1859,14 +1877,6 @@ strings. =item * -L<'%s' is an unknown bound type in regex|perldiag/"'%s' is an unknown bound type in regex; marked by <-- HERE in m/%s/"> - -You used C<\b{...}> or C<\B{...}> and the C<...> is not known to -Perl. The current valid ones are given in -L. - -=item * - L<"%s" is more clearly written simply as "%s" in regex; marked by E-- HERE in mE%sE|perldiag/"%s" is more clearly written simply as "%s" in regex; marked by <-- HERE in mE%sE> (W regexp) (only under C> or within C<(?[...])>) @@ -2195,16 +2205,6 @@ operation would mix Unicode and locale rules, which likely conflict. =back -=item * - -L - -(F) You tried to call C with no argument or with an undefined -value as an argument. C expects either a package name or a -file-specification as an argument. See L. - -Formerly, C with no argument or C warned about a Null filename. - =back =head2 Changes to Existing Diagnostics -- cgit v1.2.1