This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change error wording for \o{}
authorKarl Williamson <khw@cpan.org>
Tue, 19 Mar 2019 18:08:06 +0000 (12:08 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 19 Mar 2019 18:50:49 +0000 (12:50 -0600)
commitccad88426c3827a98f048facac304bace92604e7
tree0ea83deec575cc99ad4ae346bca2663955f0b5c1
parentbc508755449a899a1f962877248064475fb91770
Change error wording for \o{}

An empty \o{} no longer says "Number with no digits" in favor of "Empty
\o{}" which is more consistent with errors raised for things like \b{},
\P{}.

There is a small risk of breakage with this change, as with any
diagnostic wording change.  However, this construct is relatively new
and rarely used, and this is a fatal error, not a warning you might want
to trap on.  There are no empty \o{} instances in CPAN.
dquote.c
pod/perldelta.pod
pod/perldiag.pod
t/lib/warnings/toke
t/re/reg_mesg.t