This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement fatalization of dump()
authorJames E Keenan <jkeenan@cpan.org>
Sat, 13 Oct 2018 02:29:46 +0000 (22:29 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 17 Oct 2018 11:59:14 +0000 (07:59 -0400)
commitd8ff3e95e0f2357b6f26f5a94c52c46231fb1a74
treebc2a4c5d472a1c47cdb4237b012ffb30445ac9bd
parentdcb414ac3e404a94d6b3ba0a9a06e72ae0ab368d
Implement fatalization of dump()

Must now be written fully qualified: CORE::dump().

Adapt tests that previously warned, plus adapt one test that incidentally used dump().

For: RT # 133584
pod/perldiag.pod
pod/perlfunc.pod
pod/perlpodspec.pod
pod/perlrun.pod
t/lib/croak/pp_ctl
t/lib/croak/toke
t/lib/warnings/toke
t/op/dump.t
toke.c