diff options
-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 |