This commit is contained in:
Marko Oldenburg 2018-11-09 09:11:13 +01:00
parent c2b8028252
commit eeb9c948f9

View File

@ -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;