summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-07-20 19:51:33 +0100
committerZefram <zefram@fysh.org>2011-07-20 19:51:33 +0100
commitad07d3f8152ff47ca70a503cf9a3e93743a7bd80 (patch)
tree71948cf37fe5194a0f2fd4c27da71b7180775b7a
parentcc809315d3bcacb3bac17f06224defd7a5466e40 (diff)
downloadperl-ad07d3f8152ff47ca70a503cf9a3e93743a7bd80.tar.gz
pod markup fix in perldelta
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9bdc72f764..49d0ae2d30 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -125,10 +125,10 @@ L<CGI> has been upgraded from version 3.54 to version 3.55.
Things that may break your code:
C<url()> was fixed to return C<PATH_INFO> when it is explicitly requested
-with either the path=>1 or path_info=>1 flag.
+with either the C<path=E<gt>1> or C<path_info=E<gt>1> flag.
If your code is running under mod_rewrite (or compatible) and you are calling C<self_url()> or
-you are calling C<url()> and passing C<< path_info=>1 >>, These methods will actually be
+you are calling C<url()> and passing C<path_info=E<gt>1>, These methods will actually be
returning C<PATH_INFO> now, as you have explicitly requested, or has C<self_url()>
has requested on your behalf.