diff options
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. |