From: Abigail Date: Thu, 30 May 2002 09:33:51 +0000 (-0700) Subject: Not having an unimport is no longer fatal. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1b7f98f352b6c8fc78f7fc01863f1fccce7f0a0;p=p5sagit%2Fp5-mst-13.2.git Not having an unimport is no longer fatal. Message-ID: <20020530093351.A18225@ucan.foad.org> p4raw-id: //depot/perl@16896 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7982c0b..3e5e48a 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5912,8 +5912,6 @@ by C, i.e., it calls C instead of C. no strict 'refs'; no warnings; -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 the C<-M> and C<-m> command-line options to perl that give C functionality from the command-line.