From: Rafael Garcia-Suarez Date: Mon, 5 May 2003 20:01:36 +0000 (+0000) Subject: Fix doc bug #22067, noticed by Mark Knutsen X-Git-Tag: accepted/trunk/20130322.191538~24262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=048912995c485d977c9d43b63b517de870c722d5;p=platform%2Fupstream%2Fperl.git Fix doc bug #22067, noticed by Mark Knutsen p4raw-id: //depot/perl@19430 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7b441e0..6867857 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -973,7 +973,7 @@ element to return happens to be C. You may also use C to check whether subroutine C<&func> has ever been defined. The return value is unaffected by any forward -declarations of C<&foo>. Note that a subroutine which is not defined +declarations of C<&func>. Note that a subroutine which is not defined may still be callable: its package may have an C method that makes it spring into existence the first time that it is called -- see L.