equal
deleted
inserted
replaced
1 name = CrashTest |
1 name = CrashTest |
2 version = 0.1.0 |
2 version = 0.2.0 |
3 author = Vincent Tondellier <tonton@team1664.org> |
3 author = Vincent Tondellier <tonton@team1664.org> |
4 license = GPL_3 |
4 license = GPL_3 |
5 copyright_holder = Vincent Tondellier |
5 copyright_holder = Vincent Tondellier |
6 |
6 |
7 main_module = CrashTest.pl |
7 main_module = script/crash_test.pl |
8 |
8 |
9 [@Basic] |
9 [@Basic] |
10 [Mercurial::Check] |
10 [Mercurial::Check] |
11 |
11 |
12 [PodSyntaxTests] |
12 [PodSyntaxTests] |
23 [Prereqs] |
23 [Prereqs] |
24 Mojolicious = 5.81 |
24 Mojolicious = 5.81 |
25 Mojolicious::Plugin::BootstrapPagination = 0.12 |
25 Mojolicious::Plugin::BootstrapPagination = 0.12 |
26 UUID = 0.0.3 |
26 UUID = 0.0.3 |
27 Text::Balanced = 0 |
27 Text::Balanced = 0 |
|
28 Data::Page = 0 |
|
29 Minion = 2.00 |
|
30 |
28 [Prereqs / RuntimeRecommends] |
31 [Prereqs / RuntimeRecommends] |
29 ; Gearman Queue (also contains the Worker class) |
|
30 Gearman::Client = 1.10 |
|
31 ; Database Storage (minimal tested versions, may work with older releases) |
|
32 DBIx::Class::DeploymentHandler = 0.002000 |
|
33 DBIx::Class = 0.08196 |
|
34 DBIx::Class::Candy = 0.002100 |
|
35 ; For search field (only for SQL) |
32 ; For search field (only for SQL) |
36 Search::Query = 0.300 |
33 Search::QueryParser = 0.90 |
37 Search::Query::Dialect::DBIxClass = 0.005 |
34 Search::QueryParser::Sql = 0.10 |
38 ; PostgreSQL |
35 ; PostgreSQL (recommended) |
39 DateTime::Format::Pg = 0 |
36 DateTime::Format::Pg = 0 |
40 DBD::Pg = 0 |
37 DBD::Pg = 0 |
41 ; SQLite |
38 Mojo::Pg = 2.10 |
|
39 ; SQLite (untested) |
42 DateTime::Format::SQLite = 0 |
40 DateTime::Format::SQLite = 0 |
43 DBD::SQLite = 0 |
41 DBD::SQLite = 0 |
44 ; MySQL |
42 Mojo::SQLite = 0.010 |
|
43 Minion::Backend::SQLite = 0 |
|
44 ; MySQL (untested) |
45 DateTime::Format::MySQL = 0 |
45 DateTime::Format::MySQL = 0 |
46 DBD::mysql = 0 |
46 DBD::mysql = 0 |
47 |
47 Mojo::mysql = 0 |
|
48 Minion::Backend::mysql = 0 |