This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct module name in perldelta*
authorMike Guy <mjtg@cam.ac.uk>
Mon, 7 Jan 2002 17:02:43 +0000 (17:02 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 7 Jan 2002 16:03:34 +0000 (16:03 +0000)
Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>

p4raw-id: //depot/perl@14121

pod/perl561delta.pod
pod/perl56delta.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.  
index 5262c37..d525725 100644 (file)
@@ -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.