You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-01 22:30:09 +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:
@@ -17,10 +17,10 @@ use File::Basename qw(dirname);
|
||||
|
||||
use pgBackRest::Version;
|
||||
|
||||
use BackRestDoc::Common::Log;
|
||||
use BackRestDoc::Common::String;
|
||||
use BackRestDoc::Html::DocHtmlBuilder;
|
||||
use BackRestDoc::Html::DocHtmlElement;
|
||||
use pgBackRestDoc::Common::Log;
|
||||
use pgBackRestDoc::Common::String;
|
||||
use pgBackRestDoc::Html::DocHtmlBuilder;
|
||||
use pgBackRestDoc::Html::DocHtmlElement;
|
||||
|
||||
####################################################################################################################################
|
||||
# Generate an lcov configuration file
|
||||
@@ -253,7 +253,7 @@ sub coverageGenerate
|
||||
my $strGray = '#555555';
|
||||
my $strDarkGray = '#333333';
|
||||
|
||||
my $oHtml = new BackRestDoc::Html::DocHtmlBuilder(
|
||||
my $oHtml = new pgBackRestDoc::Html::DocHtmlBuilder(
|
||||
PROJECT_NAME, $strTitle,
|
||||
undef, undef, undef,
|
||||
true, true,
|
||||
|
||||
Reference in New Issue
Block a user