This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0341637
)
perldiag: ‘invalid option -D%c’ is a warning
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 05:35:51 +0000
(22:35 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:52:51 +0000
(
00:52
-0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
3b1f5e8
..
447eb63
100644
(file)
--- a/
pod/perldiag.pod
+++ b/
pod/perldiag.pod
@@
-2411,8
+2411,8
@@
character (U+FFFD).
=item invalid option -D%c, use -D'' to see choices
-(
F) Perl was called with invalid debugger flags. Call perl with
-the B<-D> option with no flags to see the list of acceptable values.
+(
S debugging) Perl was called with invalid debugger flags. Call perl
+
with
the B<-D> option with no flags to see the list of acceptable values.
See also L<perlrun/B<-D>I<letters>>.
=item Invalid [] range "%s" in regex; marked by <-- HERE in m/%s/