summaryrefslogtreecommitdiff
path: root/pod/perlboot.pod
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2009-04-07 14:59:20 -0500
committerYves Orton <demerphq@gmail.com>2009-04-07 23:40:10 +0200
commit074a7adc8d22bbab6ad0e4d049724a0cde4d0a02 (patch)
tree0b8d1ccb0a8adb594014abd5194719db511fae19 /pod/perlboot.pod
parentfd2b7f5590d4687733156a2ab08ebef34d5ca503 (diff)
downloadperl-074a7adc8d22bbab6ad0e4d049724a0cde4d0a02.tar.gz
Docs: Typo: 'no strict subs' -> 'no strict refs'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'pod/perlboot.pod')
-rw-r--r--pod/perlboot.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlboot.pod b/pod/perlboot.pod
index 55317c352e..f8fa447847 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<no strict subs> mode, certainly not recommended
+We're counting on C<no strict refs> 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.