Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Relequestual committed Aug 7, 2015
1 parent 5d3b057 commit 602f897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Module/Install/Admin/ScanDeps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ END_MESSAGE

require Module::ScanDeps;
require Module::CoreList;

if (!exists $Module::CoreList::version{$perl_version}
and exists $Module::CoreList::version{$perl_version.'000'}) {
$perl_version .= '000';
}


die "Module::CoreList has no information on perl $perl_version"
unless exists $Module::CoreList::version{$perl_version};
Expand Down

0 comments on commit 602f897

Please sign in to comment.