summaryrefslogtreecommitdiff
path: root/pod/perlform.pod
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2013-06-23 03:59:11 +0200
committerJames E Keenan <jkeenan@cpan.org>2013-06-23 03:59:11 +0200
commit6ca3c6c679258bbb20a4445b34608d144ac7090d (patch)
tree59b81b1111a9368083f72761fdf7db26c99f7623 /pod/perlform.pod
parent7faf190f41917e1bc4b8893038d5364d8e5306da (diff)
downloadperl-6ca3c6c679258bbb20a4445b34608d144ac7090d.tar.gz
Documentation corrections from Wallace Reis++.
For RT #118593, 118595, 118597, 118599.
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r--pod/perlform.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod
index 190d12e506..84b6fc59df 100644
--- a/pod/perlform.pod
+++ b/pod/perlform.pod
@@ -301,7 +301,7 @@ stage in the expression to single-step the debugger through):
If you use the English module, you can even read the variable names:
- use English '-no_match_vars';
+ use English;
$ofh = select(OUTF);
$FORMAT_NAME = "My_Other_Format";
$FORMAT_TOP_NAME = "My_Top_Format";