This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings::enabled() doesn't fall back to looking at $^W if
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 28 May 2000 08:03:14 +0000 (08:03 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 28 May 2000 08:03:14 +0000 (08:03 +0000)
commit114bafba71b4fe6a08258e1f6dfc504b5d9fd70c
treec6702b30fa74558814c7042a0e25c4b0e587d684
parent29778b0a112f48db42e9a1afb6e937e0ce9be444
warnings::enabled() doesn't fall back to looking at $^W if
caller isn't using lexical warnings (from Paul Marquess)

p4raw-id: //depot/perl@6132
pp_ctl.c
t/pragma/warn/9enabled