From: Jarkko Hietaniemi Date: Mon, 8 Sep 2003 19:38:39 +0000 (+0000) Subject: Bad export. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb151f2a014b615733f7732d6768d29bc9f84be6;p=p5sagit%2Fp5-mst-13.2.git Bad export. p4raw-id: //depot/perl@21100 --- diff --git a/lib/Hash/Util.t b/lib/Hash/Util.t index 512f07c..b1a32a1 100644 --- a/lib/Hash/Util.t +++ b/lib/Hash/Util.t @@ -14,7 +14,6 @@ BEGIN { @Exported_Funcs = qw(lock_keys unlock_keys lock_value unlock_value lock_hash unlock_hash - hash_seed ); use_ok 'Hash::Util', @Exported_Funcs; }