mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_Installer: rewrite missing prereqs check
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19066 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a0e40c0b9e
commit
c11f9a8543
File diff suppressed because it is too large
Load Diff
@ -4,6 +4,9 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
# only to hopefully have this loaded before any module loads threads::shared
|
||||
use threads;
|
||||
|
||||
# provide the same hash as for real FHEM modules
|
||||
# in FHEM main context
|
||||
use vars qw(%packages);
|
||||
|
Loading…
x
Reference in New Issue
Block a user