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

/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Ddowngrade.t77 sub thaw_hash { subroutine
146 thaw_hash ('Hash with utf8 flag but no utf8 keys', \%R_HASH);
151 my $hash = thaw_hash ('Locked hash', \%R_HASH);
153 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
157 $hash = thaw_hash ('Locked keys', \%R_HASH);
159 $hash = thaw_hash ('Locked keys placeholder', \%R_HASH);
165 my $hash = thaw_hash ('Locked hash', \%R_HASH);
167 $hash = thaw_hash ('Locked hash placeholder', \%R_HASH);
169 $hash = thaw_hash ('Locked keys', \%R_HASH);
171 $hash = thaw_hash ('Locke
[all...]

Completed in 174 milliseconds