Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 21, 2024
1 parent 5fa4c79 commit 4ead587
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions lib/Mi6/Utils.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,16 @@ sub find-used-files($dir, %meta, :$debug --> Hash) {
}

# add to the report
my $s = qq:to/HERE/;
Check dependent modules are listed in the META6.json file:
HERE

say "Tom, fix this";
my $st = "Check dependent modules are listed in the META6.json file:\n";

if $issues {
$st ~= $issues;
}
else {
$st ~= " No issues were found.\n";

}

$st;

} # sub find-used-files($dir, :$debug --> Hash) {

0 comments on commit 4ead587

Please sign in to comment.