We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d9d0e commit 29bac86Copy full SHA for 29bac86
autodoc.pl
@@ -75,7 +75,7 @@
75
use warnings;
76
77
my $known_flags_re =
78
- qr/[ aA bC dD eE fF h iI mM nN oO pP rR sS T uU v W xX y ;@#? ] /xx;
+ qr/[ aA bC dD eE fF h iI mM nN oO pP rR sS T uU v W xX y ;@\#? ] /xx;
79
80
# Flags that don't apply to this program, like implementation details.
81
my $irrelevant_flags_re = qr/[ ab eE iI P rR X? ]/xx;
0 commit comments