summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Dist.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2019-08-31 19:18:46 -0700
committerRuss Allbery <rra@cpan.org>2019-08-31 19:18:46 -0700
commitdaabc1250880b2221fe194c24880efbfa64aed20 (patch)
treee89c67aecff0581c9c7419ef588ee506b1df7f54 /lib/App/DocKnot/Dist.pm
parent4ba4bdd35cdbf942eeb5c94c7a66941431a70a5e (diff)
Update formatting for perltidy 20190601
Diffstat (limited to 'lib/App/DocKnot/Dist.pm')
-rw-r--r--lib/App/DocKnot/Dist.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/DocKnot/Dist.pm b/lib/App/DocKnot/Dist.pm
index 89e88ec..1afda80 100644
--- a/lib/App/DocKnot/Dist.pm
+++ b/lib/App/DocKnot/Dist.pm
@@ -162,8 +162,8 @@ sub new {
# Returns: List of commands, each of which is a list of strings representing
# a command and its arguments
sub commands {
- my ($self) = @_;
- my $type = $self->{config}{build}{type};
+ my ($self) = @_;
+ my $type = $self->{config}{build}{type};
my @commands = map { [@$_] } $COMMANDS{$type}->@*;
# Special-case: If a specific path to Perl was configured, use that path