Subject: | Should bump SQL::Translator dependency to 0.11005 |
The t/sqlite.t test uses deploy(), and current DBIx::Class will croak on
deploy with "DBIx::Class::Schema::deploy(): Can't deploy without a
ddl_dir or SQL::Translator >= 0.11005 (see
DBIx::Class::Optional::Dependencies for details) at t/lib/DBSchema.pm
line 27" if SQL::Translator is older than this.
Since SQLT is already a dependency, it likely makes sense to just bump
the required version, rather than having a separate test_requires.
Thanks!