dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 25 Jan 2015 22:48:47 +0100
changeset 56 2a4d97741155
parent 50 2916ea7c21aa
child 57 cebbfcd7deff
permissions -rw-r--r--
Require Mojolicious > 5.48 for security issues and API change
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
name    = CrashTest
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     2
version = 0.1.0
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     3
author  = Vincent Tondellier <tonton@team1664.org>
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
license = GPL_3
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
copyright_holder = Vincent Tondellier
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     7
main_module = CrashTest.pl
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
[@Basic]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    10
[Mercurial::Check]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    11
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    12
[PodSyntaxTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    13
[PodCoverageTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    14
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    15
[Test::Perl::Critic]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    16
critic_config = perlcritic.rc
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    17
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    18
[CheckChangeLog]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    19
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    20
[NextRelease]
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    21
format = %-9v %{yyyy-MM-dd}d
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    22
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    23
[Prereqs]
56
2a4d97741155 Require Mojolicious > 5.48 for security issues and API change
Vincent Tondellier <tonton+hg@team1664.org>
parents: 50
diff changeset
    24
Mojolicious     = >= 5.48
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    25
Mojolicious::Plugin::BootstrapPagination = 0.0.9
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    26
UUID = 0.0.3
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    27
[Prereqs / RuntimeRecommends]
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    28
; Gearman Queue (also contains the Worker class)
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    29
Gearman::Client = 1.10
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    30
; Database Storage (minimal tested versions, may work with older releases)
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    31
DBIx::Class::DeploymentHandler = 0.002000
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    32
DBIx::Class = 0.08196
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    33
DBIx::Class::Candy = 0.002100
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    34
; PostgreSQL
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    35
DateTime::Format::Pg = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    36
DBD::Pg = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    37
; SQLite
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    38
DateTime::Format::SQLite = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    39
DBD::SQLite = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    40
; MySQL
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    41
DateTime::Format::MySQL = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    42
DBD::mysql = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    43