Skip to content

Commit fab603e

Browse files
committedOct 23, 2022
update Perl::Tidy to 20220613
1 parent 21a05fd commit fab603e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+212
-215
lines changed
 

‎.perltidyrc

-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@
44
# Break a line after opening/before closing token.
55
-vt=0
66
-vtc=0
7-
8-
# Fix t/server/controller/login/pause.t tidyall failure
9-
# See https://github.com/autarch/Dist-Zilla-PluginBundle-DROLSKY/commit/b7f9c0194b83a72e4fe07ee5f9c541b6cfbf9b6d
10-
--character-encoding=none

‎app.psgi

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ BEGIN {
99
use lib "$root_dir/lib";
1010

1111
use Config::ZOMG;
12-
use File::Path ();
13-
use File::Spec ();
14-
use Log::Log4perl ();
15-
use Path::Tiny qw( path );
12+
use File::Path ();
13+
use File::Spec ();
14+
use Log::Log4perl ();
15+
use Path::Tiny qw( path );
1616
use Plack::App::Directory ();
1717
use Plack::App::URLMap ();
1818

0 commit comments

Comments
 (0)
Please sign in to comment.