summaryrefslogtreecommitdiff
path: root/pod/perl56delta.pod
diff options
context:
space:
mode:
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.