mirror of
https://github.com/fhem/fhem-mirror.git
synced 2024-12-22 09:41:51 +00:00
SMUtils.pm: new version 1.28.2
git-svn-id: https://svn.fhem.de/fhem/trunk@29430 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cbdd18293a
commit
00d21838d8
@ -26,6 +26,7 @@
|
||||
#########################################################################################################################
|
||||
|
||||
# Version History
|
||||
# 1.28.2 15.12.2024 change delHashRefDeep
|
||||
# 1.28.1 08.12.2024 fix delHashRefDeep
|
||||
# 1.28.0 07.12.2024 add function delHashRefDeep
|
||||
# 1.27.4 05.12.2024 expand evaljson for SolarForecast
|
||||
@ -63,7 +64,7 @@ use FHEM::SynoModules::ErrCodes qw(:all); # Erro
|
||||
use GPUtils qw( GP_Import GP_Export );
|
||||
use Carp qw(croak carp);
|
||||
|
||||
use version 0.77; our $VERSION = version->declare('1.28.1');
|
||||
use version 0.77; our $VERSION = version->declare('1.28.2');
|
||||
|
||||
use Exporter ('import');
|
||||
our @EXPORT_OK = qw(
|
||||
@ -318,8 +319,6 @@ sub delHashRefDeep {
|
||||
}
|
||||
}
|
||||
|
||||
$href = undef; # Optional: Garbage Collection erzwingen
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user