You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Move pgBackRest::Version module to pgBackRestDoc::ProjectInfo.
The primary source for project info is now src/version.h. The pgBackRestDoc::ProjectInfo module loads the project info from src/version.h at runtime so there is no need to update it.
This commit is contained in:
+1
-2
@@ -24,8 +24,6 @@ use lib dirname(dirname(abs_path($0))) . '/lib';
|
||||
use lib dirname(dirname(abs_path($0))) . '/build/lib';
|
||||
use lib dirname(dirname(abs_path($0))) . '/test/lib';
|
||||
|
||||
use pgBackRest::Version;
|
||||
|
||||
use pgBackRestTest::Common::ExecuteTest;
|
||||
use pgBackRestTest::Common::Storage;
|
||||
use pgBackRestTest::Common::StoragePosix;
|
||||
@@ -40,6 +38,7 @@ use pgBackRestDoc::Common::String;
|
||||
use pgBackRestDoc::Html::DocHtmlSite;
|
||||
use pgBackRestDoc::Latex::DocLatex;
|
||||
use pgBackRestDoc::Markdown::DocMarkdown;
|
||||
use pgBackRestDoc::ProjectInfo;
|
||||
|
||||
####################################################################################################################################
|
||||
# Usage
|
||||
|
||||
Reference in New Issue
Block a user