dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 14 Feb 2016 20:15:25 +0100
changeset 94 c5fcb00c7261
parent 93 31013a09b483
child 108 e4e5cfaf5814
permissions -rw-r--r--
Use LEFT JOIN to use PostgreSQL join removal when possible

name    = CrashTest
version = 0.2.0
author  = Vincent Tondellier <tonton@team1664.org>
license = GPL_3
copyright_holder = Vincent Tondellier

main_module = script/crash_test.pl

[@Basic]
[Mercurial::Check]

[PodSyntaxTests]
[PodCoverageTests]

[Test::Perl::Critic]
critic_config = perlcritic.rc

[CheckChangeLog]

[NextRelease]
format = %-9v %{yyyy-MM-dd}d

[Prereqs]
Mojolicious = 6.00
Mojolicious::Plugin::BootstrapPagination = 0.12
UUID = 0.0.3
Text::Balanced = 0
Data::Page = 0
Minion = 4.00
Mojo::JSON::MaybeXS = 0

[Prereqs / RuntimeRecommends]
; For search field (only for SQL)
Search::QueryParser = 0.90
Search::QueryParser::Sql = 0.10
; PostgreSQL (recommended)
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