You've already forked pgbackrest
							
							
				mirror of
				https://github.com/pgbackrest/pgbackrest.git
				synced 2025-10-30 23:37:45 +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:
		| @@ -18,11 +18,10 @@ use File::Basename qw(dirname basename); | ||||
| use POSIX qw(ceil); | ||||
| use Time::HiRes qw(gettimeofday); | ||||
|  | ||||
| use pgBackRest::Version; | ||||
|  | ||||
| use pgBackRestDoc::Common::Exception; | ||||
| use pgBackRestDoc::Common::Log; | ||||
| use pgBackRestDoc::Common::String; | ||||
| use pgBackRestDoc::ProjectInfo; | ||||
|  | ||||
| use pgBackRestTest::Common::BuildTest; | ||||
| use pgBackRestTest::Common::ContainerTest; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user