| author | Vincent Tondellier <tonton+hg@team1664.org> |
| Wed, 20 Aug 2014 00:07:32 +0200 | |
| changeset 46 | 278e9e00e3fd |
| parent 45 | efe1a6b5239a |
| child 50 | 2916ea7c21aa |
| permissions | -rw-r--r-- |
|
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] |
|
efe1a6b5239a
Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
21 |
format = %-9v %{yyyy-MM-dd HH:mm}d
|
|
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] |
|
efe1a6b5239a
Add Dist::Zilla and its plugins config
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff
changeset
|
24 |
Mojolicious = >= 4.0, < 5.0 |