mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	adapted Makefile.PL to be build in source tree
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
#-------------------------------------------------------
 | 
			
		||||
#
 | 
			
		||||
# $Id: Pg.pm,v 1.6 1998/04/14 21:14:35 mergl Exp $
 | 
			
		||||
# $Id: Pg.pm,v 1.7 1998/06/01 16:41:19 mergl Exp $
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 1997  Edmund Mergl
 | 
			
		||||
# Copyright (c) 1997, 1998  Edmund Mergl
 | 
			
		||||
#
 | 
			
		||||
#-------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
@@ -84,7 +84,7 @@ require 5.002;
 | 
			
		||||
	PGRES_InvalidOid
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
$Pg::VERSION = '1.7.3';
 | 
			
		||||
$Pg::VERSION = '1.7.4';
 | 
			
		||||
 | 
			
		||||
sub AUTOLOAD {
 | 
			
		||||
    # This AUTOLOAD is used to 'autoload' constants from the constant()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user