diff options
-rw-r--r-- | pod/perlhacktips.pod | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/pod/perlhacktips.pod b/pod/perlhacktips.pod index d80c69e3ae..eef21cad45 100644 --- a/pod/perlhacktips.pod +++ b/pod/perlhacktips.pod @@ -1106,7 +1106,7 @@ being a prime example). If Configure C<-Dgccansipedantic> is used, the C<cflags> frontend selects C<-ansi -pedantic> for the platforms where they are known to be safe. -Starting from Perl 5.9.4 the following extra flags are added: +The following extra flags are added: =over 4 @@ -1120,7 +1120,15 @@ C<-Wextra> =item * -C<-Wdeclaration-after-statement> +C<-Wc++-compat> + +=item * + +C<-Wwrite-strings> + +=item * + +C<-Werror=declaration-after-statement> =back |