Added initial Minion support and example test job
This commit is contained in:
parent
cc6ea41ce5
commit
1302f9e843
6 changed files with 101 additions and 0 deletions
4
cpanfile
4
cpanfile
|
@ -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';
|
||||
};
|
||||
|
|
Reference in a new issue