Fix both a dubious test and a regression in populate args immutability
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 5 Aug 2014 10:13:16 +0000 (12:13 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 5 Aug 2014 11:36:22 +0000 (13:36 +0200)
commit0a768c9067712d4f9512748c315c617367fe8dc4
tree7d0104775ce9eac1f449e53365f843e2644d609b
parentbbd9b939803656cf1a2e30d3fbf5314c67210d5b
Fix both a dubious test and a regression in populate args immutability

The rewrite in d0cefd99 optimized populate enough that the same data structure
would now make it all the way to the stringifier in ::Storage. This was not
caught due to a deficient test.

Read diff under -w for maximum sense
lib/DBIx/Class/Storage/DBI.pm
t/100populate.t