From b5282d7c6d096c123db5832035c2b9969da8c2bc Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Sat, 7 Jan 2017 15:32:46 +0000 Subject: Improve perlintern.pod docs for PL_dowarn --- intrpvar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index cd89ecd395..d203855314 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -98,9 +98,11 @@ PERLVAR(I, in_eval, U8) /* trap "fatal" errors? */ PERLVAR(I, defgv, GV *) /* the *_ glob */ /* -=for apidoc mn|bool|PL_dowarn +=for apidoc mn|U8|PL_dowarn -The C variable which corresponds to Perl's C<$^W> warning variable. +The C variable that roughly corresponds to Perl's C<$^W> warning variable. +However, C<$^W> is treated as a boolean, whereas C is a +collection of flag bits. =cut */ -- cgit v1.2.1