Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
|
lives_ok ( sub {
DBICTest->init_schema()->resultset( 'Artist' )->find({ artistid => 1 })->update({ name => 'anon test' });
}, 'Schema object not lost in chaining' );
done_testing;
|