dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Wed, 21 Jun 2017 23:13:43 +0200
changeset 129 0705ab429133
parent 128 6b56182fd491
child 130 81932c723dfd
permissions -rw-r--r--
Improve update, remove unused groups
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
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
     2
version = 0.2.0
45
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
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
     7
main_module = bin/CrashTest
45
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]
113
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    10
[MetaJSON]
122
8692800ec9ba Use Dzil PkgVersion
Vincent Tondellier <tonton+hg@team1664.org>
parents: 114
diff changeset
    11
[CPANFile]
8692800ec9ba Use Dzil PkgVersion
Vincent Tondellier <tonton+hg@team1664.org>
parents: 114
diff changeset
    12
[PkgVersion]
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    13
[Mercurial::Check]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    14
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    15
[MetaResources]
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    16
bugtracker.mailto = tonton+bugs.crashtest@team1664.org
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    17
repository.url    = https://hg.team1664.org/CrashTest
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    18
repository.web    = https://hg.team1664.org/CrashTest
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    19
repository.type   = hg
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    20
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    21
[PodSyntaxTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    22
[PodCoverageTests]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    23
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    24
[Test::Perl::Critic]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    25
critic_config = perlcritic.rc
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    26
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    27
[CheckChangeLog]
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    28
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    29
[NextRelease]
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    30
format = %-9v %{yyyy-MM-dd}d
45
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    31
efe1a6b5239a Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    32
[Prereqs]
128
6b56182fd491 The "stretch" commit. Fix deprecation warnings with Mojolicious 7.21
Vincent Tondellier <tonton+hg@team1664.org>
parents: 122
diff changeset
    33
Mojolicious = 7.15
57
cebbfcd7deff Add search box, using perl Search::Query syntax
Vincent Tondellier <tonton+hg@team1664.org>
parents: 56
diff changeset
    34
Mojolicious::Plugin::BootstrapPagination = 0.12
108
e4e5cfaf5814 Move files around to package the app properly
Vincent Tondellier <tonton+hg@team1664.org>
parents: 93
diff changeset
    35
Mojolicious::Plugin::InstallablePaths = 0.04
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    36
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
    37
Text::Balanced = 0
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    38
Data::Page = 0
93
31013a09b483 Factorize search between reports and groups
Vincent Tondellier <tonton+hg@team1664.org>
parents: 78
diff changeset
    39
Minion = 4.00
31013a09b483 Factorize search between reports and groups
Vincent Tondellier <tonton+hg@team1664.org>
parents: 78
diff changeset
    40
Mojo::JSON::MaybeXS = 0
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    41
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    42
; PostgreSQL
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    43
DBD::Pg = 0
109
3b95550f4189 Add metaresource, fix script path, and remove dbs other than postgresql (won't work)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 108
diff changeset
    44
Mojo::Pg = 2.18
113
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    45
DateTime::Format::Pg = 0
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    46
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    47
; For search field
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    48
Search::QueryParser = 0.90
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    49
Search::QueryParser::SQL = 0.010