diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 08:16:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 08:16:17 +0000 |
commit | 10696ff6e75afff694d6f86a0d6915078b739703 (patch) | |
tree | df3853a23319db3e4019b156b08363968470872f /pod | |
parent | ce9550df90b6136a9e0c062522e2fe9d093f297a (diff) | |
download | perl-10696ff6e75afff694d6f86a0d6915078b739703.tar.gz |
remove FUD from perlfunc/use (from M J T Guy)
p4raw-id: //depot/perl@4959
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d4c273915b..fa8504ed38 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<import> method any way it likes, though most modules just choose to derive their C<import> method via inheritance from the C<Exporter> class that is defined in the C<Exporter> module. See L<Exporter>. If no C<import> -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: |