From: Gurusamy Sarathy Date: Wed, 2 Feb 2000 08:16:17 +0000 (+0000) Subject: remove FUD from perlfunc/use (from M J T Guy) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10696ff6e75afff694d6f86a0d6915078b739703;p=p5sagit%2Fp5-mst-13.2.git remove FUD from perlfunc/use (from M J T Guy) p4raw-id: //depot/perl@4959 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d4c2739..fa8504e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5166,8 +5166,7 @@ features back into the current package. The module can implement its C method any way it likes, though most modules just choose to derive their C method via inheritance from the C class that is defined in the C module. See L. If no C -method can be found then the error is currently silently ignored. This -may change to a fatal error in a future version. +method can be found then the call is skipped. If you don't want your namespace altered, explicitly supply an empty list: