Multiple HashRefInflator improvements:
authorPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Aug 2008 12:46:11 +0000 (12:46 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 22 Aug 2008 12:46:11 +0000 (12:46 +0000)
commit2328814a26b6ee181d9999ddf57fc16d862c6ccd
tree07bf024c4e697adf5e9ccecffa56981945eb4bf8
parent7ad93f5ad8bd58020a5cb9578fad51746422e2f7
Multiple HashRefInflator improvements:
- rewrite the inflator logic to work correctly with some weird cases of prefetch
- it is now possible to automatically inflate the leaf values in the resulting hash (via a global variable)
- a simple benchmark script for testing future mk_hash implementations
lib/DBIx/Class/ResultClass/HashRefInflator.pm
maint/benchmark_hashrefinflator.pl [new file with mode: 0755]
t/68inflate_resultclass_hashrefinflator.t