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 /perl.c | |
parent | 8bbac5d87d18d5cc6dd99bc43314c8175fd4027b (diff) | |
download | perl-6cccac84e4a5aba4588a786a760c1178aedf8a6b.tar.gz |
Deprecate the -P switch.
p4raw-id: //depot/perl@31787
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1787,6 +1787,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) forbid_setid('P', -1); PL_preprocess = TRUE; s++; + deprecate("-P"); goto reswitch; case 'S': forbid_setid('S', -1); |