mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
74_AMADDevice: fix PERL WARNING: Subroutine redefined
git-svn-id: https://svn.fhem.de/fhem/trunk@19676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
cdcd62bbc2
commit
b88d047a2e
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 74_AMADDevice: fix PERL WARNING: Subroutine redefined
|
||||
- bugfix: 73_AMADCommBridge: fix bug Undefined subroutine
|
||||
- change: GPUtils: add modul header
|
||||
- feature: GPUtils: change Maintainer, add Export Fn
|
||||
|
@ -54,7 +54,7 @@ use FHEM::Meta;
|
||||
use Data::Dumper; #only for Debugging
|
||||
use GPUtils qw(GP_Import GP_Export);
|
||||
|
||||
require '73_AMADCommBridge.pm';
|
||||
require '73_AMADCommBridge.pm' unless ( defined( *{"main::AMADCommBridge_Initialize"} ) );
|
||||
|
||||
my $missingModul = '';
|
||||
eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';
|
||||
@ -1680,7 +1680,7 @@ sub CreateChangeBtDeviceValue($$) {
|
||||
],
|
||||
"release_status": "stable",
|
||||
"license": "GPL_2",
|
||||
"version": "v4.4.3",
|
||||
"version": "v4.4.4",
|
||||
"author": [
|
||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user