Merge remote-tracking branch 'origin/TBSliver/Minion-Tasks' into finn/minionimport

This commit is contained in:
Finn 2019-07-05 18:50:37 +01:00
commit bc74496738
No known key found for this signature in database
GPG key ID: 7455B4B17685B598
9 changed files with 127 additions and 1 deletions

View file

@ -40,6 +40,10 @@ feature 'postgres', 'PostgreSQL Support' => sub {
requires 'Test::PostgreSQL';
};
feature 'sqlite', 'SQLite Support' => sub {
requires 'Minion::Backend::SQLite';
};
feature 'codepoint-open', 'Code Point Open manipulation' => sub {
requires 'Geo::UK::Postcode::CodePointOpen';
};