diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-03 17:11:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-09-03 17:11:02 +0000 |
commit | 6cccac84e4a5aba4588a786a760c1178aedf8a6b (patch) | |
tree | 7012428c2737614f7cfdc8d6635e246ca425608a /pod/perlrun.pod | |
parent | 8bbac5d87d18d5cc6dd99bc43314c8175fd4027b (diff) | |
download | perl-6cccac84e4a5aba4588a786a760c1178aedf8a6b.tar.gz |
Deprecate the -P switch.
p4raw-id: //depot/perl@31787
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 2d78097cf0..43c8719627 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -699,7 +699,8 @@ the implicit loop, just as in B<awk>. X<-P> B<NOTE: Use of -P is strongly discouraged because of its inherent -problems, including poor portability.> +problems, including poor portability. It is deprecated and will be +removed in a future version of Perl.> This option causes your program to be run through the C preprocessor before compilation by Perl. Because both comments and B<cpp> directives begin |