You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-14 23:44:58 +02:00
Move modules in Protocol directory in subdirectories.
This commit is contained in:
@ -21,8 +21,8 @@ use pgBackRest::Common::Wait;
|
||||
use pgBackRest::Config::Config;
|
||||
use pgBackRest::File;
|
||||
use pgBackRest::FileCommon;
|
||||
use pgBackRest::Protocol::Common;
|
||||
use pgBackRest::Protocol::Protocol;
|
||||
use pgBackRest::Protocol::Common::Common;
|
||||
use pgBackRest::Protocol::Helper;
|
||||
use pgBackRest::Manifest;
|
||||
|
||||
use pgBackRestTest::Common::ExecuteTest;
|
||||
@ -124,7 +124,7 @@ sub run
|
||||
(
|
||||
$self->stanza(),
|
||||
$strRepoPath,
|
||||
new pgBackRest::Protocol::Common
|
||||
new pgBackRest::Protocol::Common::Common
|
||||
(
|
||||
OPTION_DEFAULT_BUFFER_SIZE, # Buffer size
|
||||
OPTION_DEFAULT_COMPRESS_LEVEL, # Compress level
|
||||
|
Reference in New Issue
Block a user