1
0
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:
Edmund Mergl
1998-06-01 16:41:27 +00:00
parent fc06df7070
commit df58a902f9
10 changed files with 114 additions and 65 deletions

View File

@@ -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()