mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
73_AutoShuttersControl: Hotfix
git-svn-id: https://svn.fhem.de/fhem/trunk@17711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6099e7cc90
commit
ab50bff79f
@ -38,7 +38,7 @@ package main;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $version = "0.2.0";
|
||||
my $version = "0.2.0.1";
|
||||
|
||||
sub AutoShuttersControl_Initialize($) {
|
||||
my ($hash) = @_;
|
||||
@ -93,8 +93,7 @@ sub AutoShuttersControl_Initialize($) {
|
||||
|
||||
## unserer packagename
|
||||
package AutoShuttersControl;
|
||||
no warnings "experimental::declared_refs";
|
||||
use feature "declared_refs";
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use POSIX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user