Skip to content

Commit

Permalink
Issue #1057: change the default CMD to cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 30, 2021
1 parent 1d98ec6 commit e2c3d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/otobo.CheckModules.pl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ =head1 DESCRIPTION
UseModule => 0,
},
default => {
CMD => 'cpan %s',
CMD => 'cpanm %s',
},
);

Expand Down

0 comments on commit e2c3d79

Please sign in to comment.