".\n";
print "Support needs to be explicitly requested by #define NEED_$f\n",
"(or #define NEED_${f}_GLOBAL).\n" if exists $need{$f};
- print "Depends on: ", join(', ', @{$depends{$f}}), ".\n"
- if exists $depends{$f};
- $info++;
- }
-
- if (exists $hints{$f} || exists $warnings{$f}) {
- print "\n$hints{$f}" if exists $hints{$f};
- print "\nWARNING:\n$warnings{$f}" if exists $warnings{$f};
$info++;
}
"https://github.com/Dual-Life/Devel-PPPort/issues/new\n";
}
}
+
+ print "\nDepends on: ", join(', ', @{$depends{$f}}), ".\n"
+ if exists $depends{$f};
+ if (exists $hints{$f} || exists $warnings{$f}) {
+ print "\n$hints{$f}" if exists $hints{$f};
+ print "\nWARNING:\n$warnings{$f}" if exists $warnings{$f};
+ $info++;
+ }
$count++;
}