Merge remote-tracking branch 'origin/TBSliver/Minion-Tasks' into finn/minionimport
This commit is contained in:
commit
c7ef724a46
9 changed files with 127 additions and 1 deletions
4
cpanfile
4
cpanfile
|
@ -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';
|
||||
};
|
||||
|
|
Reference in a new issue