diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-02 22:32:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-02 22:32:21 +0000 |
commit | 8e90d776335dcf68d19230bed1f95b7f5237577b (patch) | |
tree | 14fe68a8ad25f9ca0668e5af866370647852a126 /lib/Hash | |
parent | 4adfac04910258ae156d305cec3778a76f618ae6 (diff) | |
download | perl-8e90d776335dcf68d19230bed1f95b7f5237577b.tar.gz |
Provide Internals::new_hash_seed to return PL_new_hash_seed, and
make Hash::Util::hash_seed use this.
p4raw-id: //depot/perl@21634
Diffstat (limited to 'lib/Hash')
-rw-r--r-- | lib/Hash/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Hash/Util.pm b/lib/Hash/Util.pm index c5d30592ff..03308c8dd0 100644 --- a/lib/Hash/Util.pm +++ b/lib/Hash/Util.pm @@ -196,7 +196,7 @@ See also L<perlrun/PERL_HASH_SEED_DEBUG>. =cut sub hash_seed () { - Internals::hash_seed(); + Internals::new_hash_seed(); } =back |