summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-10-02 06:24:25 +0200
committerGitHub <noreply@github.com>2018-10-02 06:24:25 +0200
commitabe9b579f25120898b714d4b73343918169d48ac (patch)
treead5c1129e37a58e5f14c1e56d0376092f827268b /Makefile.PL
parent3f104aa43d746c602b179564c96fce0d4d682886 (diff)
downloadbugzilla-abe9b579f25120898b714d4b73343918169d48ac.tar.gz
bugzilla-abe9b579f25120898b714d4b73343918169d48ac.tar.xz
no bug - adopt mojolicious code formatting guidelines (#784)
@kyoshino likes 2-char indent for all the frontend. Mojolicious seems to use 2-space too. Let's just adopt their perltidyrc. Included in this is a script (in scripts/) that will modify files according to these rules.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4aa352468..f71b33c75 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -95,6 +95,7 @@ my %test_requires = (
'Capture::Tiny' => 0,
'DBD::SQLite' => '1.29',
'Perl::Critic::Freenode' => 0,
+ 'Perl::Tidy' => '20180220',
'Pod::Coverage' => 0,
'Test::More' => 0,
'Test::Perl::Critic::Progressive' => 0,