From c5f61d2f6c6a61f066e2782b785123a846775497 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sat, 4 Dec 2010 11:40:23 -0800 Subject: [PATCH] [perl #80220] order of hash keys wrong in perlfunc.pod --- pod/perlfunc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bf5224f..806710f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2625,7 +2625,7 @@ The keys of a hash are returned in an apparently random order. The actual random order is subject to change in future versions of Perl, but it is guaranteed to be the same order as either the C or C function produces (given that the hash has not been modified). Since -Perl 5.8.1 the ordering is different even between different runs of +Perl 5.8.1 the ordering can be different even between different runs of Perl for security reasons (see L). -- 2.7.4