1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-16 23:47:38 +02:00

Rename Archive modules to remove redundancy.

This commit is contained in:
David Steele
2017-06-21 08:02:21 -04:00
parent 692b1e274a
commit 11ee528e0e
48 changed files with 1424 additions and 1431 deletions

View File

@ -13,7 +13,7 @@ use Carp qw(confess);
use File::Basename qw(dirname);
use pgBackRest::Archive::ArchiveInfo;
use pgBackRest::Archive::Info;
use pgBackRest::Backup::Info;
use pgBackRest::DbVersion;
use pgBackRest::Common::Exception;