summaryrefslogtreecommitdiff
path: root/pod/perl56delta.pod
diff options
context:
space:
mode:
authorMike Guy <mjtg@cam.ac.uk>2002-01-07 17:02:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-07 16:03:34 +0000
commit1bb10054bdf0ca9f15c14bdc94158615f8bdf418 (patch)
treed7140bd76ad180bb72acff4831025d068c25c941 /pod/perl56delta.pod
parentebc959b1738113d952d831e6e492d48340c31826 (diff)
downloadperl-1bb10054bdf0ca9f15c14bdc94158615f8bdf418.tar.gz
Correct module name in perldelta*
Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@14121
Diffstat (limited to 'pod/perl56delta.pod')
-rw-r--r--pod/perl56delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl56delta.pod b/pod/perl56delta.pod
index 5262c37c3b..d5257256b8 100644
--- a/pod/perl56delta.pod
+++ b/pod/perl56delta.pod
@@ -455,7 +455,7 @@ When the last non-weak reference to an object is deleted, the object
is destroyed and all the weak references to the object are
automatically undef-ed.
-To use this feature, you need the WeakRef package from CPAN, which
+To use this feature, you need the Devel::WeakRef package from CPAN, which
contains additional documentation.
NOTE: This is an experimental feature. Details are subject to change.