From 577f75cd7ccbaf93b1fb68599063e79baa63c655 Mon Sep 17 00:00:00 2001 From: loredo Date: Tue, 2 Apr 2019 16:30:13 +0000 Subject: [PATCH] 98_Installer: link Gist hint to install Perl::PrereqScanner::NotQuiteLite git-svn-id: https://svn.fhem.de/fhem/trunk@19097 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_Installer.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/98_Installer.pm b/fhem/FHEM/98_Installer.pm index bf969ed01..8426cfdd2 100644 --- a/fhem/FHEM/98_Installer.pm +++ b/fhem/FHEM/98_Installer.pm @@ -3141,7 +3141,7 @@ m/^([^<>\n\r]+?)(?:\s+(\(last release only\)))?(?:\s+(?:<(.*)>))?$/ . ' The module does not provide Perl prerequisites from its metadata.' . $lb . 'This result is based on automatic source code analysis ' - . 'and can be incorrect.' + . 'and can be incorrect. ' . 'Suggested Perl items may still be required if the module author had decided to implement some own dependency and/or error handling like returning an informative message instead of the original Perl error message.' . $tdClose . $trClose @@ -3165,7 +3165,13 @@ m/^([^<>\n\r]+?)(?:\s+(\(last release only\)))?(?:\s+(?:<(.*)>))?$/ . $trOpenOdd . $tdOpen . 'Module metadata do not contain any prerequisites.' . "\n" - . 'For automatic source code analysis, please install Perl::PrereqScanner::NotQuiteLite first.' + . 'For automatic source code analysis, please install ' + . ( $html + ? '' + : '' ) + . 'Perl::PrereqScanner::NotQuiteLite' + . ( $html ? '' : '' ) + . ' first.' . $tdClose . $trClose . $tBClose;