Subject: | Module (and SYNOPSIS) assume IC::DT is loaded |
In the case of now()/current_timestamp/(datetime('now')) you blindly
call DateTime->now without ensuring it is loaded (DBIC does not do that
on its own), and then you assign the DT object to the column accessor
directly, expecting InflateColumn::DateTime to be part of the Core
inheritance chain (it isn't).
Cheers