dist.ini
author Vincent Tondellier <tonton+hg@team1664.org>
Mon, 17 Jul 2023 22:52:42 +0200
changeset 134 26ba2717da6e
parent 132 75cea8c94598
permissions -rw-r--r--
Allow matching filelink on partial url paths
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]
132
75cea8c94598 Bump dependencies versions to something sensible
Vincent Tondellier <tonton+hg@team1664.org>
parents: 130
diff changeset
    33
Mojolicious = 9.11
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
132
75cea8c94598 Bump dependencies versions to something sensible
Vincent Tondellier <tonton+hg@team1664.org>
parents: 130
diff changeset
    39
Minion = 9.00
78
0ebef32c34af Refactor everything
Vincent Tondellier <tonton+hg@team1664.org>
parents: 74
diff changeset
    40
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
    41
; PostgreSQL
50
2916ea7c21aa List dependencies.
Vincent Tondellier <tonton+hg@team1664.org>
parents: 45
diff changeset
    42
DBD::Pg = 0
132
75cea8c94598 Bump dependencies versions to something sensible
Vincent Tondellier <tonton+hg@team1664.org>
parents: 130
diff changeset
    43
Mojo::Pg = 4.10
113
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    44
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
    45
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    46
; For search field
fa0ec89bf0af Make SQL mandatory (cpanm does not install recommends by default)
Vincent Tondellier <tonton+hg@team1664.org>
parents: 109
diff changeset
    47
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
    48
Search::QueryParser::SQL = 0.010