Skip to content

Commit d3991a8

Browse files
committed
try fix cpanfile, set defaultconfig
1 parent d73de90 commit d3991a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpanfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requires 'File::ShareDir::Install', '0.13'
2-
requires 'File::ShareDir', '0'
1+
requires 'File::ShareDir::Install', '0.13';
2+
requires 'File::ShareDir', '0';

lib/Perl/Dist/APPerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ my %defconfig = (
744744
}
745745
}
746746
);
747-
$defconfig{defaultconfig} = $defconfig{apperl_configs}{full}{base};
747+
$defconfig{defaultconfig} = 'full';
748748

749749
my $projectconfig = _load_json(PROJECT_FILE);
750750
if($projectconfig) {

0 commit comments

Comments
 (0)