This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Patch by Salvador Fandiño to read the warning mask
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 4 Mar 2003 22:23:41 +0000 (22:23 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 4 Mar 2003 22:23:41 +0000 (22:23 +0000)
commit75b6c4caab1abb3506eab9e8e512c69bbeb1c49f
treedb7e5e70081c15524e3f4de91ac64c8fca63575f
parent8fa7688f7865696bdfa78bc12d4ffb78bd1d6103
Patch by Salvador Fandiño to read the warning mask
returned by caller() and ${^WARNING_BITS} from
$warnings::Bits{all} and not from the hardcoded core
constant. (This mask could have been extended by
warnings::register.) Plus tests.

p4raw-id: //depot/perl@18829
mg.c
pp_ctl.c
t/op/caller.t