From 31686daff9c699afe57f28ff395bbc6d383a696c Mon Sep 17 00:00:00 2001 From: Jeff Pinyan Date: Fri, 4 Aug 2000 20:22:01 -0400 Subject: [PATCH] perlfunc.pod use documentation (5.6.0) Message-ID: p4raw-id: //depot/perl@6533 --- pod/perlfunc.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.7.4