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 getReadPassword
setRename setRename
); );
our %EXPORT_TAGS = ( our %EXPORT_TAGS = (ALL => [@EXPORT_OK]);
ALL => [
qw(
new
setStorePassword
setDeletePassword
getReadPassword
setRename
)
],
);
sub new { sub new {