Further work on import functions

This commit is contained in:
Tom Bloor 2017-11-13 13:30:33 +00:00
parent 593efcedfa
commit 9096bef00d
9 changed files with 382 additions and 0 deletions

View file

@ -22,6 +22,8 @@ requires 'Module::Runtime';
requires 'DBIx::Class::DeploymentHandler';
requires 'DBIx::Class::Fixtures';
requires 'GIS::Distance';
requires 'Text::CSV';
requires 'Try::Tiny';
feature 'schema-graph', 'Draw diagrams of Schema' => sub {
requires 'GraphViz';