Binary package “libdbix-multistatementdo-perl” in ubuntu noble

multiple SQL statements in a single do() call with any DBI driver

 Some DBI drivers don't support the execution
 of multiple statements in a single do() call.
 DBIx::MultiStatementDo tries to overcome such limitation,
 letting you execute any number of SQL statements
 (of any kind, not only DDL statements)
 in a single batch, with any DBI driver.
 .
 The DBI is a database access module
 for the Perl programming language.
 It defines a set of methods, variables, and conventions
 that provide a consistent database interface,
 independent of the actual database being used.