Added initial Minion support and example test job

This commit is contained in:
Thomas Bloor 2018-03-20 19:24:48 +00:00
parent cc6ea41ce5
commit 1302f9e843
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
6 changed files with 101 additions and 0 deletions

View file

@ -39,6 +39,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';
};