From abe9b579f25120898b714d4b73343918169d48ac Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 2 Oct 2018 00:24:25 -0400 Subject: 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. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.PL') 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, -- cgit v1.2.3-24-g4f1b