You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Rename BackRestDoc Perl module to pgBackRestDoc.
This is consistent with the way BackRest and BackRest test were renamed way back in 18fd2523.
More modules will be moving to pgBackRestDoc soon so renaming now reduces churn later.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# MANIFEST MODULE
|
||||
####################################################################################################################################
|
||||
package pgBackRestTest::Env::Manifest;
|
||||
use parent 'BackRestDoc::Common::Ini';
|
||||
use parent 'pgBackRestDoc::Common::Ini';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => qw(all);
|
||||
@@ -13,9 +13,9 @@ use Exporter qw(import);
|
||||
use File::Basename qw(dirname basename);
|
||||
use Time::Local qw(timelocal);
|
||||
|
||||
use BackRestDoc::Common::Exception;
|
||||
use BackRestDoc::Common::Ini;
|
||||
use BackRestDoc::Common::Log;
|
||||
use pgBackRestDoc::Common::Exception;
|
||||
use pgBackRestDoc::Common::Ini;
|
||||
use pgBackRestDoc::Common::Log;
|
||||
|
||||
use pgBackRestTest::Common::DbVersion;
|
||||
use pgBackRestTest::Common::StorageRepo;
|
||||
|
||||
Reference in New Issue
Block a user