dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Fri, 08 May 2015 22:29:20 +0200
changeset 66 ca4fa5dc09da
parent 65 d1288f69bfed
child 74 e7eda506a66f
permissions -rw-r--r--
Remove extra submit button (error in one of the last commits)
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]
65
d1288f69bfed Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
Vincent Tondellier <tonton+hg@team1664.org>
parents: 57
diff changeset
    24
Mojolicious = 5.48
57
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    25
Mojolicious::Plugin::BootstrapPagination = 0.12
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    26
UUID = 0.0.3
65
d1288f69bfed Fix function shortening with complex templates (boost::asio) by using Text::Balanced instead of broken regex
Vincent Tondellier <tonton+hg@team1664.org>
parents: 57
diff changeset
    27
Text::Balanced = 0
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    28
[Prereqs / RuntimeRecommends]
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    29
; Gearman Queue (also contains the Worker class)
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    30
Gearman::Client = 1.10
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    31
; Database Storage (minimal tested versions, may work with older releases)
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    32
DBIx::Class::DeploymentHandler = 0.002000
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    33
DBIx::Class = 0.08196
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    34
DBIx::Class::Candy = 0.002100
57
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    35
; For search field (only for SQL)
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    36
Search::Query = 0.300
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    37
Search::Query::Dialect::DBIxClass = 0.005
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    38
; PostgreSQL
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    39
DateTime::Format::Pg = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    40
DBD::Pg = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    41
; SQLite
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    42
DateTime::Format::SQLite = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    43
DBD::SQLite = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    44
; MySQL
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    45
DateTime::Format::MySQL = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    46
DBD::mysql = 0
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    47