summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-07 13:50:14 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 14:00:24 -0600
commitb6f27e5889a03fb05e52b179f95b32fd9dcded26 (patch)
treef61a32d7d43d745a23f3c60382fd159fa776de1b /autodoc.pl
parent247a22f7461452195122ef74079169676e9ce561 (diff)
downloadperl-b6f27e5889a03fb05e52b179f95b32fd9dcded26.tar.gz
autodoc: Resort two lists
A name earlier had changed, so was now out of order
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl
index b99ffa5088..45aa8ef1fa 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -120,6 +120,7 @@ my $embedding_scn = 'Embedding and Interpreter Cloning';
my $errno_scn = 'Errno';
my $exceptions_scn = 'Exception Handling (simple) Macros';
my $filesystem_scn = 'Filesystem configuration values';
+my $filters_scn = 'Source Filters';
my $floating_scn = 'Floating point configuration values';
my $formats_scn = 'Formats';
my $genconfig_scn = 'General Configuration';
@@ -147,7 +148,6 @@ my $regexp_scn = 'REGEXP Functions';
my $signals_scn = 'Signals';
my $site_scn = 'Site configuration';
my $sockets_scn = 'Sockets configuration values';
-my $filters_scn = 'Source Filters';
my $stack_scn = 'Stack Manipulation Macros';
my $string_scn = 'String Handling';
my $SV_flags_scn = 'SV Flags';
@@ -194,6 +194,7 @@ my %valid_sections = (
Also see L</List of capability HAS_foo symbols>.
EOT
},
+ $filters_scn => {},
$floating_scn => {
header => <<~'EOT',
Also L</List of capability HAS_foo symbols> lists capabilities
@@ -315,7 +316,6 @@ my %valid_sections = (
EOT
},
$sockets_scn => {},
- $filters_scn => {},
$stack_scn => {},
$string_scn => {
header => <<~EOT,