Added the failing test for import() tying stuff when it shouldn't
cmp_deeply(
$db,
- {
+ noclass({
key1 => 'value1',
key2 => 'value2',
array1 => [ 'elem0', 'elem1', 'elem2', ],
subkey2 => "subvalue2",
subkey3 => useclass( bless {}, 'Foo' ),
},
- },
+ }),
"Everything matches",
);