diff --git a/lib/desktoptools.pm b/lib/desktoptools.pm index 6272e861..57381817 100644 --- a/lib/desktoptools.pm +++ b/lib/desktoptools.pm @@ -8,7 +8,7 @@ use Exporter; use testapi; use utils; -our @EXPORT = qw/find_application install_application start_application_via_packagemanager check_app_installed remove_application restart_application/; +our @EXPORT = qw/find_application install_application check_application_information start_application_via_packagemanager check_app_installed remove_application restart_application/; # This subroutine searches for the application using the package manager's # search method. Currently, the routine is only available for Gnome Software.