This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b721e4
)
DESTROY is documented in perlobj - correct the cross-reference in perlfunc.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 19 Feb 2012 15:49:44 +0000
(16:49 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 17 Mar 2012 10:16:15 +0000
(11:16 +0100)
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
08db117
..
73654d1
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-9076,8
+9076,6
@@
These keywords are documented in L<perldata>.
=item CHECK
-=item DESTROY
-
=item END
=item INIT
@@
-9088,6
+9086,16
@@
These keywords are documented in L<perlmod>.
=back
+=head3 perlobj
+
+=over
+
+=item DESTROY
+
+This keyword is documented in L<perlobj>.
+
+=back
+
=head3 perlop
=over