Skip to content

Commit

Permalink
remove a redundant statement.
Browse files Browse the repository at this point in the history
There is alread a `use Config;` statement in the very beginning.
  • Loading branch information
gugod committed Jul 6, 2021
1 parent 6201ea6 commit e90ff26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,6 @@ sub run_command_upgrade_perl {
local $self->{as} = $current->{name};
local $self->{dist_name} = $dist;
require Config ;
my @d_options = map { '-D' . $flavor{$_}->{d_option}} keys %flavor ;
my %sub_config = map { $_ => $Config{$_}} grep { /^config_arg\d/} keys %Config ;
for my $value (values %sub_config) {
Expand Down

0 comments on commit e90ff26

Please sign in to comment.