summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-17 20:35:55 -0700
committerKarl Williamson <khw@cpan.org>2020-11-25 06:59:58 -0700
commit36f453d19563f9476d4310b8310ce4080209b04f (patch)
tree6cdebbd916d7b6e36856df2f16a2042af8671f69 /autodoc.pl
parent168f9cb80f0909f869a0b1ff750ea61dbf97070e (diff)
downloadperl-36f453d19563f9476d4310b8310ce4080209b04f.tar.gz
perlapi: Remove per-thread section; move to real scns
Instead of having a grab bag section of all interpreter variables, move their documentation to the section that they actually fit under.
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/autodoc.pl b/autodoc.pl
index 64491e7517..9df6266a9e 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -139,7 +139,6 @@ my $pack_scn = 'Pack and Unpack';
my $pad_scn = 'Pad Data Structures';
my $password_scn = 'Password and Group access';
my $paths_scn = 'Paths to system commands';
-my $intrpvar_scn = 'Per-Interpreter Variables';
my $prototypes_scn = 'Prototype information';
my $regexp_scn = 'REGEXP Functions';
my $signals_scn = 'Signals';
@@ -301,7 +300,6 @@ my %valid_sections = (
$pad_scn => {},
$password_scn => {},
$paths_scn => {},
- $intrpvar_scn => {},
$prototypes_scn => {},
$regexp_scn => {},
$signals_scn => {},