diff options
author | Mike Guy <mjtg@cam.ac.uk> | 2002-01-07 17:02:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-07 16:03:34 +0000 |
commit | 1bb10054bdf0ca9f15c14bdc94158615f8bdf418 (patch) | |
tree | d7140bd76ad180bb72acff4831025d068c25c941 /pod/perl561delta.pod | |
parent | ebc959b1738113d952d831e6e492d48340c31826 (diff) | |
download | perl-1bb10054bdf0ca9f15c14bdc94158615f8bdf418.tar.gz |
Correct module name in perldelta*
Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@14121
Diffstat (limited to 'pod/perl561delta.pod')
-rw-r--r-- | pod/perl561delta.pod | 2 |
1 files changed, 1 insertions, 1 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. |