summaryrefslogtreecommitdiff
path: root/pod/perlreguts.pod
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2008-02-23 13:04:43 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-25 08:10:14 +0000
commit0a3a8dc0cd7227e83cd26fe236d1ad57c4add668 (patch)
tree93ea833cad3e0f2da490c1e6da862f50d4c947cf /pod/perlreguts.pod
parent14278b9c7901c0c5256db8ee3633d0f32ab6fa8e (diff)
downloadperl-0a3a8dc0cd7227e83cd26fe236d1ad57c4add668.tar.gz
Re: [PATCH] POD fixes
Message-ID: <47BFFDCB.60107@profvince.com> p4raw-id: //depot/perl@33366
Diffstat (limited to 'pod/perlreguts.pod')
-rw-r--r--pod/perlreguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreguts.pod b/pod/perlreguts.pod
index 125a9f9f41..204993165c 100644
--- a/pod/perlreguts.pod
+++ b/pod/perlreguts.pod
@@ -385,7 +385,7 @@ A grammar form might be something like this:
=head3 Debug Output
-In the 5.9.x development version of perl you can C<<use re Debug => 'PARSE'>>
+In the 5.9.x development version of perl you can C<< use re Debug => 'PARSE' >>
to see some trace information about the parse process. We will start with some
simple patterns and build up to more complex patterns.