Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
authorVincent Tondellier <tonton+hg@team1664.org>
Sat, 20 Feb 2016 18:54:57 +0100
changeset 109 3b95550f4189
parent 108 e4e5cfaf5814
child 110 d024bf1f4eab
Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
dist.ini
--- 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