summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-11 09:16:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-11 09:16:43 -0700
commit045211661d3e6537497e5ab32c7084d059ef78ef (patch)
tree158b5003c4e29c735e689fed7cb62d74fc2a3ac7
parent5f08bd672ba98a83baf325b8f91556b7456d0959 (diff)
downloadperl-045211661d3e6537497e5ab32c7084d059ef78ef.tar.gz
perldelta: grammar
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 62cab94188..cc4750c5be 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1052,7 +1052,7 @@ 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=E<gt>1>, these methods will actually be returning
-C<PATH_INFO> now, as you have explicitly requested, or has C<self_url()>
+C<PATH_INFO> now, as you have explicitly requested or C<self_url()>
has requested on your behalf.
The C<PATH_INFO> has been omitted in such URLs since the issue was