This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct module name in perldelta*
[perl5.git] / pod / perl561delta.pod
index e6c166c..652ff7f 100644 (file)
@@ -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.