In perl.git, the branch rjbs/perlfunc-xref has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/51c88395d539aaee6670c9714ab4342d8e6c8e5e?hp=9f38b8675ea9b79beabd3499c649d24d8b4dd064>
- Log -----------------------------------------------------------------
commit 51c88395d539aaee6670c9714ab4342d8e6c8e5e
Author: Ricardo Signes <rjbs@cpan.org>
Date: Tue Jan 31 10:52:03 2012 -0500
finish documenting keywords, sort the xrefs
-----------------------------------------------------------------------
Summary of changes:
pod/perlfunc.pod | 80 +++++++++++++++++++++++++++++------------------------
1 files changed, 44 insertions(+), 36 deletions(-)
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 3046f3d..6bbdf39 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -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
--
Perl5 Master Repository