Skip to content

Commit 5850a61

Browse files
author
Jon Allen
committed
Added perlunicook page
1 parent 077f300 commit 5850a61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/Perldoc/Section.pm

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ our @section_data = (
1919
id => 'tutorials',
2020
name => 'Tutorials',
2121
pages => [qw/perlreftut perldsc perllol perlrequick
22-
perlretut perlboot perltoot perltooc perlbot
22+
perlretut perlboot perlootut perltoot perltooc perlbot
2323
perlstyle perlcheat perltrap perldebtut
2424
perlopentut perlpacktut perlthrtut perlothrtut
2525
perlxstut perlunitut perlpragma/]
@@ -35,22 +35,22 @@ our @section_data = (
3535
id => 'language',
3636
name => 'Language reference',
3737
pages => [qw/perlsyn perldata perlsub perlop
38-
perlfunc perlpod perlpodspec perldiag
38+
perlfunc perlpod perlpodspec perlpodstyle perldiag
3939
perllexwarn perldebug perlvar perlre
4040
perlreref perlrebackslash perlrecharclass perlref perlform perlobj perltie
4141
perldbmfilter perlipc perlfork perlnumber
42-
perlperf perlport perllocale perluniintro perlunicode perluniprops
42+
perlperf perlport perllocale perluniintro perlunicode perluniprops perlunicook
4343
perlebcdic perlsec perlmod perlmodlib
4444
perlmodstyle perlmodinstall perlnewmod
45-
perlcompile perlfilter perlglossary CORE
45+
perlcompile perlfilter perlglossary perlexperiment perldtrace CORE
4646
/]
4747
},
4848
{
4949
id => 'internals',
5050
name => 'Internals and C language interface',
51-
pages => [qw/perlembed perldebguts perlxs perlxstut perlrepository
51+
pages => [qw/perlembed perldebguts perlxs perlxstut perlxstypemap perlinterp perlsource perlrepository
5252
perlclib perlguts perlcall perlapi perlintern perlmroapi
53-
perliol perlapio perlhack perlreguts perlreapi perlpolicy/]
53+
perliol perlapio perlhack perlhacktut perlhacktips perlreguts perlreapi perlpolicy/]
5454
},
5555
{
5656
id => 'history',

0 commit comments

Comments
 (0)