summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perl561delta.pod2
-rw-r--r--pod/perl56delta.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod
index e6c166c85e..652ff7f9ac 100644
--- a/pod/perl561delta.pod
+++ b/pod/perl561delta.pod
@@ -1052,7 +1052,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.
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.