fix little exporter bug

This commit is contained in:
2020-07-08 22:13:56 +02:00
parent d9ae8152d1
commit b7160fa8b4
2 changed files with 7 additions and 5 deletions

View File

@ -61,6 +61,7 @@ our @EXPORT_OK = qw(
IsAfterShuttersManualBlocking
AverageBrightness
PerlCodeCheck
IsAdv
);
our %EXPORT_TAGS = (
ALL => [
@ -78,6 +79,7 @@ our %EXPORT_TAGS = (
IsAfterShuttersManualBlocking
AverageBrightness
PerlCodeCheck
IsAdv
)
],
);