dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Mon, 09 Feb 2015 00:06:34 +0100
changeset 61 3a0ca02556da
parent 57 cebbfcd7deff
child 65 d1288f69bfed
permissions -rw-r--r--
Add crash_data table to store the json Add searching on crashing backtrace function names Drop never used tables Bump DB schema version Requires PostgreSQL >= 9.4 for now (for jsonb)

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

main_module = CrashTest.pl

[@Basic]
[Mercurial::Check]

[PodSyntaxTests]
[PodCoverageTests]

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

[CheckChangeLog]

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

[Prereqs]
Mojolicious     = 5.48
Mojolicious::Plugin::BootstrapPagination = 0.12
UUID = 0.0.3
[Prereqs / RuntimeRecommends]
; Gearman Queue (also contains the Worker class)
Gearman::Client = 1.10
; Database Storage (minimal tested versions, may work with older releases)
DBIx::Class::DeploymentHandler = 0.002000
DBIx::Class = 0.08196
DBIx::Class::Candy = 0.002100
; For search field (only for SQL)
Search::Query = 0.300
Search::Query::Dialect::DBIxClass = 0.005
; PostgreSQL
DateTime::Format::Pg = 0
DBD::Pg = 0
; SQLite
DateTime::Format::SQLite = 0
DBD::SQLite = 0
; MySQL
DateTime::Format::MySQL = 0
DBD::mysql = 0