2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 14:04:15 +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:
jpawlowski 2019-04-22 07:26:48 +00:00
parent cf448ec2db
commit 166cd73fc1

View File

@ -1051,7 +1051,7 @@ sub ModuleIsPerlCore {
return 1 if ( $module =~ /^Perl$/i );
eval {
require sModule::CoreList;
require Module::CoreList;
1;
};