2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

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
This commit is contained in:
jpawlowski 2019-04-02 16:30:13 +00:00
parent 9b0463f04e
commit 239942111e

View File

@ -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
? '<a href="https://gist.github.com/jpawlowski/8f6503bcf0356b3e64a98b8b35508e57" target="_blank">'
: '' )
. 'Perl::PrereqScanner::NotQuiteLite'
. ( $html ? '</a>' : '' )
. ' first.'
. $tdClose
. $trClose
. $tBClose;