From: Mike Guy Date: Mon, 7 Jan 2002 17:02:43 +0000 (+0000) Subject: Correct module name in perldelta* X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bb10054bdf0ca9f15c14bdc94158615f8bdf418;p=p5sagit%2Fp5-mst-13.2.git Correct module name in perldelta* Message-Id: p4raw-id: //depot/perl@14121 --- diff --git a/pod/perl561delta.pod b/pod/perl561delta.pod index e6c166c..652ff7f 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 5262c37..d525725 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.