equal
deleted
inserted
replaced
2 version = 0.2.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 = script/crash_test.pl |
7 main_module = bin/CrashTest |
8 |
8 |
9 [@Basic] |
9 [@Basic] |
10 [Mercurial::Check] |
10 [Mercurial::Check] |
|
11 |
|
12 [MetaResources] |
|
13 bugtracker.mailto = tonton+bugs.crashtest@team1664.org |
|
14 repository.url = https://hg.team1664.org/CrashTest |
|
15 repository.web = https://hg.team1664.org/CrashTest |
|
16 repository.type = hg |
11 |
17 |
12 [PodSyntaxTests] |
18 [PodSyntaxTests] |
13 [PodCoverageTests] |
19 [PodCoverageTests] |
14 |
20 |
15 [Test::Perl::Critic] |
21 [Test::Perl::Critic] |
32 |
38 |
33 [Prereqs / RuntimeRecommends] |
39 [Prereqs / RuntimeRecommends] |
34 ; For search field (only for SQL) |
40 ; For search field (only for SQL) |
35 Search::QueryParser = 0.90 |
41 Search::QueryParser = 0.90 |
36 Search::QueryParser::Sql = 0.10 |
42 Search::QueryParser::Sql = 0.10 |
37 ; PostgreSQL (recommended) |
43 ; PostgreSQL |
38 DateTime::Format::Pg = 0 |
44 DateTime::Format::Pg = 0 |
39 DBD::Pg = 0 |
45 DBD::Pg = 0 |
40 Mojo::Pg = 2.10 |
46 Mojo::Pg = 2.18 |
41 ; SQLite (untested) |
|
42 DateTime::Format::SQLite = 0 |
|
43 DBD::SQLite = 0 |
|
44 Mojo::SQLite = 0.010 |
|
45 Minion::Backend::SQLite = 0 |
|
46 ; MySQL (untested) |
|
47 DateTime::Format::MySQL = 0 |
|
48 DBD::mysql = 0 |
|
49 Mojo::mysql = 0 |
|
50 Minion::Backend::mysql = 0 |
|