Searched refs:thaw_hash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t83 sub thaw_hash { subroutine
162 thaw_hash ('Hash with utf8 flag but no utf8 keys', \%R_HASH);
167 my $hash = thaw_hash ('Locked hash', \%R_HASH);
169 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
173 $hash = thaw_hash ('Locked keys', \%R_HASH);
175 $hash = thaw_hash ('Locked keys placeholder', \%R_HASH);
181 my $hash = thaw_hash ('Locked hash', \%R_HASH);
183 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
185 $hash = thaw_hash ('Locked keys', \%R_HASH);
187 $hash = thaw_hash ('Locke
[all...]

Completed in 28 milliseconds