diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-05 11:01:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-05 11:01:37 -0700 |
commit | 43cd04ddaa2c784160f1895fa8c93ad4e3c6dfe6 (patch) | |
tree | e384a4fc9d96644156a433a3c7eaa5fab60a07c3 | |
parent | d78ffab7d8546c2f9733984f24957358625fecf0 (diff) | |
download | perl-43cd04ddaa2c784160f1895fa8c93ad4e3c6dfe6.tar.gz |
perl5124delta: Mention the http.t fix
-rw-r--r-- | pod/perl5124delta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5124delta.pod b/pod/perl5124delta.pod index 00680b01ca..1b1ac5408e 100644 --- a/pod/perl5124delta.pod +++ b/pod/perl5124delta.pod @@ -36,6 +36,11 @@ when the argument is tainted. This has been broken since perl 5.8.9 Fixed a case where it was possible that a freed buffer may have been read from when parsing a here document. +=head1 Testing + +The F<cpan/CGI/t/http.t> test script has been fixed to work when the +environment has HTTPS_* environment variables, such as HTTPS_PROXY. + =head1 Documentation Updated the documentation for rand() in L<perlfunc> to note that it is not |