Subject: | Consider taking advantage of the new INSERT infrastructure in SQLA 1.61 and newer |
Hi,
SQL::Abstract 1.61 shipped a couple of days ago with an important new
feature - it is now possible to supply arbitrary options to ->insert.
Your module looks like a prime consumer of said interface. If time
permits consider if you can use more of the core codebase, and make your
own module do less.
Cheers