summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rolsky <autarch@urth.org>2011-07-08 17:49:13 -0500
committerDave Rolsky <autarch@urth.org>2011-09-08 21:47:23 -0500
commit2b4f771d7af133b403f98a9b369b0ecd0c74b0e9 (patch)
tree6b9368a91f9249f751b91e031621df041e2d7ea0
parentb89e9b0d672b73c7a177ce1f2669bc08634d2861 (diff)
downloadperl-2b4f771d7af133b403f98a9b369b0ecd0c74b0e9.tar.gz
fix now-broken link to removed section in perlobj
-rw-r--r--pod/perlref.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod
index 9189de2eb4..0fab80969a 100644
--- a/pod/perlref.pod
+++ b/pod/perlref.pod
@@ -24,7 +24,7 @@ Hard references are smart--they keep track of reference counts for you,
automatically freeing the thing referred to when its reference count goes
to zero. (Reference counts for values in self-referential or
cyclic data structures may not go to zero without a little help; see
-L<perlobj/"Two-Phased Garbage Collection"> for a detailed explanation.)
+L</"Circular References"> for a detailed explanation.)
If that thing happens to be an object, the object is destructed. See
L<perlobj> for more about objects. (In a sense, everything in Perl is an
object, but we usually reserve the word for references to objects that