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

An empty \x{} is unfortunately legal (returning a NUL) except in the
scope of "use re 'strict'".  Since this is an experimental feature,
things like wording changes are allowed.  It is unlikely anyone is
relying on the precise wording of this fatal error under 'strict', and
now all the messages for similar errors are similarly worded.
dquote.c
pod/perldelta.pod
pod/perldiag.pod
t/re/reg_mesg.t