diff --git a/lib/FHEM/Core/Password/Utils.pm b/lib/FHEM/Core/Password/Utils.pm index 7960e90..eeedfed 100644 --- a/lib/FHEM/Core/Password/Utils.pm +++ b/lib/FHEM/Core/Password/Utils.pm @@ -33,17 +33,7 @@ our @EXPORT_OK = qw( getReadPassword setRename ); -our %EXPORT_TAGS = ( - ALL => [ - qw( - new - setStorePassword - setDeletePassword - getReadPassword - setRename - ) - ], -); +our %EXPORT_TAGS = (ALL => [@EXPORT_OK]); sub new {