diff -r e408da1419cd -r 0ebef32c34af dist.ini --- a/dist.ini Sun Sep 27 22:45:40 2015 +0200 +++ b/dist.ini Wed Nov 04 17:43:00 2015 +0100 @@ -1,10 +1,10 @@ name = CrashTest -version = 0.1.0 +version = 0.2.0 author = Vincent Tondellier license = GPL_3 copyright_holder = Vincent Tondellier -main_module = CrashTest.pl +main_module = script/crash_test.pl [@Basic] [Mercurial::Check] @@ -25,23 +25,24 @@ Mojolicious::Plugin::BootstrapPagination = 0.12 UUID = 0.0.3 Text::Balanced = 0 +Data::Page = 0 +Minion = 2.00 + [Prereqs / RuntimeRecommends] -; Gearman Queue (also contains the Worker class) -Gearman::Client = 1.10 -; Database Storage (minimal tested versions, may work with older releases) -DBIx::Class::DeploymentHandler = 0.002000 -DBIx::Class = 0.08196 -DBIx::Class::Candy = 0.002100 ; For search field (only for SQL) -Search::Query = 0.300 -Search::Query::Dialect::DBIxClass = 0.005 -; PostgreSQL +Search::QueryParser = 0.90 +Search::QueryParser::Sql = 0.10 +; PostgreSQL (recommended) DateTime::Format::Pg = 0 DBD::Pg = 0 -; SQLite +Mojo::Pg = 2.10 +; SQLite (untested) DateTime::Format::SQLite = 0 DBD::SQLite = 0 -; MySQL +Mojo::SQLite = 0.010 +Minion::Backend::SQLite = 0 +; MySQL (untested) DateTime::Format::MySQL = 0 DBD::mysql = 0 - +Mojo::mysql = 0 +Minion::Backend::mysql = 0