Skip to content

Add some missing perldoc pages from 5.22.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions lib/Perldoc/Section.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ our @section_data = (
id => 'tutorials',
name => 'Tutorials',
pages => [qw/perlreftut perldsc perllol perlrequick
perlretut perlboot perltoot perltooc perlbot
perlretut perlboot perltoot perltooc perlbot perlootut
perlstyle perlcheat perltrap perldebtut
perlopentut perlpacktut perlthrtut perlothrtut
perlxstut perlunitut perlpragma/]
perlxstut perlunitut perlpragma
perlpodstyle perlsource perlgit perlhacktips perlhacktut
/]
},
{
id => 'faq',
Expand All @@ -39,18 +41,21 @@ our @section_data = (
perllexwarn perldebug perlvar perlre
perlreref perlrebackslash perlrecharclass perlref perlform perlobj perltie
perldbmfilter perlipc perlfork perlnumber
perlperf perlport perllocale perluniintro perlunicode perluniprops
perlperf perlport perllocale perluniintro perlunicode perluniprops perlunicook perlunifaq
perlebcdic perlsec perlmod perlmodlib
perlmodstyle perlmodinstall perlnewmod
perlcompile perlfilter perlglossary CORE
perlexperiment
/]
},
{
id => 'internals',
name => 'Internals and C language interface',
pages => [qw/perlembed perldebguts perlxs perlxstut perlrepository
pages => [qw/perldtrace perlembed perldebguts perlxs perlxstut perlrepository
perlclib perlguts perlcall perlapi perlintern perlmroapi
perliol perlapio perlhack perlreguts perlreapi perlpolicy/]
perliol perlapio perlhack perlreguts perlreapi perlpolicy
perlinterp perlxstypemap
/]
},
{
id => 'history',
Expand All @@ -71,12 +76,12 @@ our @section_data = (
{
id => 'platforms',
name => 'Platform specific',
pages => [qw/perlaix perlamiga perlapollo perlbeos perlbs2000
pages => [qw/perlaix perlamiga perlandroid perlapollo perlbeos perlbs2000
perlce perlcygwin perldgux perldos perlepoc
perlfreebsd perlhaiku perlhpux perlhurd perlirix perllinux
perlmachten perlmacos perlmacosx perlmint perlmpeix
perlnetware perlopenbsd perlos2 perlos390 perlos400
perlplan9 perlqnx perlriscos perlsolaris perlsymbian perltru64 perluts
perlplan9 perlqnx perlriscos perlsolaris perlsymbian perlsynology perltru64 perluts
perlvmesa perlvms perlvos perlwin32/]
},
{
Expand Down