Added supplier location endpoint
This commit is contained in:
parent
df90f62b7a
commit
5e078f8f8b
8 changed files with 414 additions and 1 deletions
4
cpanfile
4
cpanfile
|
@ -32,3 +32,7 @@ feature 'postgres', 'PostgreSQL Support' => sub {
|
|||
requires 'Test::PostgreSQL';
|
||||
};
|
||||
|
||||
feature 'codepoint-open', 'Code Point Open manipulation' => sub {
|
||||
requires 'Geo::UK::Postcode::CodePointOpen';
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue