Skip to content

Commit 29bac86

Browse files
committed
autodoc: Fix unescaped '#' warning
Fixes #24225
1 parent b3d9d0e commit 29bac86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodoc.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
use warnings;
7676

7777
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;
78+
qr/[ aA bC dD eE fF h iI mM nN oO pP rR sS T uU v W xX y ;@\#? ] /xx;
7979

8080
# Flags that don't apply to this program, like implementation details.
8181
my $irrelevant_flags_re = qr/[ ab eE iI P rR X? ]/xx;

0 commit comments

Comments
 (0)