Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
--- a/dist.ini Sat Feb 20 18:52:45 2016 +0100
+++ b/dist.ini Sat Feb 20 18:54:57 2016 +0100
@@ -4,11 +4,17 @@
license = GPL_3
copyright_holder = Vincent Tondellier
-main_module = script/crash_test.pl
+main_module = bin/CrashTest
[@Basic]
[Mercurial::Check]
+[MetaResources]
+bugtracker.mailto = tonton+bugs.crashtest@team1664.org
+repository.url = https://hg.team1664.org/CrashTest
+repository.web = https://hg.team1664.org/CrashTest
+repository.type = hg
+
[PodSyntaxTests]
[PodCoverageTests]
@@ -34,17 +40,7 @@
; For search field (only for SQL)
Search::QueryParser = 0.90
Search::QueryParser::Sql = 0.10
-; PostgreSQL (recommended)
+; PostgreSQL
DateTime::Format::Pg = 0
DBD::Pg = 0
-Mojo::Pg = 2.10
-; SQLite (untested)
-DateTime::Format::SQLite = 0
-DBD::SQLite = 0
-Mojo::SQLite = 0.010
-Minion::Backend::SQLite = 0
-; MySQL (untested)
-DateTime::Format::MySQL = 0
-DBD::mysql = 0
-Mojo::mysql = 0
-Minion::Backend::mysql = 0
+Mojo::Pg = 2.18