On Tue Jan 31 19:20:54 2012, TODDR wrote:
Show quoted text> It looks like DateTime::Format::SQLite needs to be added as a require.
> This module will not
> work without it.
I think this is somewhat misleading. I believe (I will try to fully
confirm this) that, post-installation, a user will be required to have
DateTime::Format::$SOMETHING depending on their database of choice. For
example, PostgreSQL users will need DateTime::Format::Pg.
Or least the documentation for DBIx::Class::InflateColumn::DateTime says
so:
https://metacpan.org/module/DBIx::Class::InflateColumn::DateTime#DESCRIP
TION
However, in the test phase, DBICx::TestDatabase uses DBD::SQLite, so we
should at least test_requires DateTime::Format::SQLite.
A number of people would get that dependency thanks to
DBIx::Class::TimeStamp which uses it in its own test phase.
Does this make sense?