[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[PATCH 5.005_63] Remove FUD from perlfunc/use
--- ./pod/perlfunc.pod.orig Wed Dec 8 06:23:13 1999
+++ ./pod/perlfunc.pod Fri Jan 28 18:32:25 2000
@@ -5064,8 +5064,7 @@
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:
End of patch
Mike Guy
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]