1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-29 09:03:08 +00:00

Export function

This commit is contained in:
Lukas Ruzicka 2023-03-21 16:28:52 +01:00
parent 87e2648590
commit c9a107f752

View File

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