# Copyright (C) 2017 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 package QtQA::Proc::Reliable::Strategy::SCP; use strict; use warnings; use base qw( QtQA::Proc::Reliable::Strategy::SSH ); =head1 NAME QtQA::Proc::Reliable::Strategy::SCP - reliable strategy for scp command =head1 DESCRIPTION Currently, this strategy is identical to L. =cut 1;