From: Michael Witten Date: Tue, 7 Apr 2009 19:59:20 +0000 (-0500) Subject: Docs: Typo: 'no strict subs' -> 'no strict refs' X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=074a7adc8d22bbab6ad0e4d049724a0cde4d0a02;p=p5sagit%2Fp5-mst-13.2.git Docs: Typo: 'no strict subs' -> 'no strict refs' Signed-off-by: Michael Witten --- diff --git a/pod/perlboot.pod b/pod/perlboot.pod index 55317c3..f8fa447 100644 --- a/pod/perlboot.pod +++ b/pod/perlboot.pod @@ -58,7 +58,7 @@ This results in: a Sheep goes baaaah! Wow. That symbolic coderef de-referencing there is pretty nasty. -We're counting on C mode, certainly not recommended +We're counting on C mode, certainly not recommended for larger programs. And why was that necessary? Because the name of the package seems to be inseparable from the name of the subroutine we want to invoke within that package.