mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
Meta.pm: false bottom for Module::CoreList
git-svn-id: https://svn.fhem.de/fhem/trunk@19241 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cf448ec2db
commit
166cd73fc1
@ -1051,7 +1051,7 @@ sub ModuleIsPerlCore {
|
|||||||
return 1 if ( $module =~ /^Perl$/i );
|
return 1 if ( $module =~ /^Perl$/i );
|
||||||
|
|
||||||
eval {
|
eval {
|
||||||
require sModule::CoreList;
|
require Module::CoreList;
|
||||||
1;
|
1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user