Skip to content

Commit 45c9fc9

Browse files
committed
Cpan upgrade step: install to vendor
This makes it more obvious that a module is upgraded. Something in the code is uninstalling the original, which might not be what we want.
1 parent 2afa323 commit 45c9fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Perl/Dist/Strawberry/Step/UpgradeCpanModules.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sub run {
2929
# Now go through the loop for each module.
3030
my $i = 0;
3131
for my $module (@list) {
32-
my $item = { module=> $module->{cpan_file}, install_to=>'perl' };
32+
my $item = { module=> $module->{cpan_file}, install_to=>'vendor' };
3333
my $extra = $self->_get_extra_install_options($module);
3434
if (!defined $extra) {
3535
$self->boss->message(2, sprintf("SKIPPING! %2d/%d '%s'", $i, $count, $module));

0 commit comments

Comments
 (0)