This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
finish documenting keywords, sort the xrefs
authorRicardo Signes <rjbs@cpan.org>
Tue, 31 Jan 2012 15:52:03 +0000 (10:52 -0500)
committerRicardo Signes <rjbs@cpan.org>
Thu, 2 Feb 2012 03:07:39 +0000 (22:07 -0500)
pod/perlfunc.pod

index 3046f3d..6bbdf39 100644 (file)
@@ -8495,6 +8495,38 @@ L<perlop/"Quote and Quote-like Operators">.
 
 =head2 Non-function Keywords by Cross-reference
 
+=head3 perldata
+
+=over
+
+=item __DATA__
+
+=item __END__
+
+These keywords are documented in L<perldata>.
+
+=back
+
+=head3 perlmod
+
+=over
+
+=item BEGIN
+
+=item CHECK
+
+=item DESTROY
+
+=item END
+
+=item INIT
+
+=item UNITCHECK
+
+These keywords are documented in L<perlmod>.
+
+=back
+
 =head3 perlop
 
 =over
@@ -8529,6 +8561,18 @@ These operators are documented in L<perlop>.
 
 =back
 
+=head3 perlsub
+
+=over
+
+=item AUTOLOAD
+
+=item CORE
+
+These are documented in L<perlsub>.
+
+=back
+
 =head2 perlsyn
 
 =over
@@ -8553,40 +8597,4 @@ These flow-control keywords are documented in L<perlsyn>.
 
 =back
 
-=head3 perlmod
-
-=over
-
-=item BEGIN
-
-=item CHECK
-
-=item DESTROY
-
-=item END
-
-=item INIT
-
-=item UNITCHECK
-
-These keywords are documented in L<perlmod>.
-
-=back
-
-=head3 Unknown
-
-=over
-
-=item AUTOLOAD
-
-=item __DATA__
-
-=item __END__
-
-=item CORE
-
-These are not yet cross-referenced!
-
-=back
-
 =cut