From: Jeff Pinyan Date: Sat, 5 Aug 2000 00:22:01 +0000 (-0400) Subject: perlfunc.pod use documentation (5.6.0) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=31686daff9c699afe57f28ff395bbc6d383a696c;p=p5sagit%2Fp5-mst-13.2.git perlfunc.pod use documentation (5.6.0) Message-ID: p4raw-id: //depot/perl@6533 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index f6a7327..a56b4a8 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5376,7 +5376,8 @@ 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 call is skipped. -If you don't want your namespace altered, explicitly supply an empty list: +If you do not want to call the package's C method (for instance, +to stop your namespace from being altered), explicitly supply the empty list: use Module (); @@ -5419,7 +5420,9 @@ by C, i.e., it calls C instead of C. If no C method can be found the call fails with a fatal error. -See L for a list of standard modules and pragmas. +See L for a list of standard modules and pragmas. See L +for the C<-M> and C<-m> command-line options to perl that give C +functionality from the command-line. =item utime LIST