change EXPORT_TAGS

This commit is contained in:
Marko Oldenburg 2021-04-13 22:28:20 +02:00
parent 2aa42e8f41
commit b150759059

View File

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