Add Dist::Zilla and its plugins config
authorVincent Tondellier <tonton+hg@team1664.org>
Wed, 20 Aug 2014 00:07:16 +0200
changeset 45 efe1a6b5239a
parent 44 a5c677eb8329
child 46 278e9e00e3fd
Add Dist::Zilla and its plugins config
MANIFEST.SKIP
dist.ini
perlcritic.rc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MANIFEST.SKIP	Wed Aug 20 00:07:16 2014 +0200
@@ -0,0 +1,2 @@
+data/
+tools/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dist.ini	Wed Aug 20 00:07:16 2014 +0200
@@ -0,0 +1,24 @@
+name    = CrashTest
+version = 0.1.0
+author  = Vincent Tondellier <tonton@team1664.org>
+license = GPL_3
+copyright_holder = Vincent Tondellier
+
+main_module = CrashTest.pl
+
+[@Basic]
+[Mercurial::Check]
+
+[PodSyntaxTests]
+[PodCoverageTests]
+
+[Test::Perl::Critic]
+critic_config = perlcritic.rc
+
+[CheckChangeLog]
+
+[NextRelease]
+format = %-9v %{yyyy-MM-dd HH:mm}d
+
+[Prereqs]
+Mojolicious     = >= 4.0, < 5.0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/perlcritic.rc	Wed Aug 20 00:07:16 2014 +0200
@@ -0,0 +1,3 @@
+# Always `use strict'.
+# Disabled: Mojolicious enables strict
+[-TestingAndDebugging::RequireUseStrict]