X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl561delta.pod;h=652ff7f9ac01c190619d7c94e48431f454f9fe9c;hb=7d824d8e6f7cacfafe95d58fa9ab3d99bd41e854;hp=e6c166c85e5e76295387ecae999dd70b676d0b72;hpb=7207e29d564e32c8ec2cb43eabae72ff68c02442;p=p5sagit%2Fp5-mst-13.2.git 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.