diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-05-11 09:16:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-05-11 09:16:11 -0700 |
commit | 5f08bd672ba98a83baf325b8f91556b7456d0959 (patch) | |
tree | 3c8743c30f3aa8b64b0d1517863b4211c554fbd6 | |
parent | 3620abf9393e1d89dfa9c06e2af2368230a29c95 (diff) | |
download | perl-5f08bd672ba98a83baf325b8f91556b7456d0959.tar.gz |
perldelta: fix capitalisation
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7d9b0044ee..62cab94188 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1051,7 +1051,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=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. |