This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #91514] Use correct error msg for default
authorFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 17:25:30 +0000 (09:25 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 17:54:17 +0000 (09:54 -0800)
commitfc7debfb01ac69b2164761b2dce72408a865197e
treef06ba7b49ab86cb117d743f5e06b934cba5de9df
parentf4912a505dea4e7cb15f15e044af09ad225528df
[perl #91514] Use correct error msg for default

This commit not only mentions default (as opposed to when)
in the error message about it being outside a topicalizer, but
also normalises those error messages, making them consistent with
continue and other loop controls.  It also makes the perldiag
entry for when actually match the error message.
MANIFEST
op.c
op.h
pod/perldiag.pod
pp_ctl.c
t/lib/croak/pp_ctl [new file with mode: 0644]