diff options
author | Edmund Mergl <E.Mergl@bawue.de> | 1997-09-25 21:15:04 +0000 |
---|---|---|
committer | Edmund Mergl <E.Mergl@bawue.de> | 1997-09-25 21:15:04 +0000 |
commit | c5d49902fb5ac589059b724f78d95ad7d34a50ce (patch) | |
tree | b086178b7082a6d2a548b2eb4bc76209d03132ec /src/interfaces/perl5/Pg.pm | |
parent | 4a98c5763e1da24983a2fec0636c464be0286ff9 (diff) | |
download | postgresql-c5d49902fb5ac589059b724f78d95ad7d34a50ce.tar.gz postgresql-c5d49902fb5ac589059b724f78d95ad7d34a50ce.zip |
*** empty log message ***
Diffstat (limited to 'src/interfaces/perl5/Pg.pm')
-rw-r--r-- | src/interfaces/perl5/Pg.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/perl5/Pg.pm b/src/interfaces/perl5/Pg.pm index 4591dcb1faa..a46df8d04c4 100644 --- a/src/interfaces/perl5/Pg.pm +++ b/src/interfaces/perl5/Pg.pm @@ -1,6 +1,6 @@ #------------------------------------------------------- # -# $Id: Pg.pm,v 1.3 1997/09/17 20:46:21 mergl Exp $ +# $Id: Pg.pm,v 1.4 1997/09/25 21:14:43 mergl Exp $ # # Copyright (c) 1997 Edmund Mergl # @@ -84,7 +84,7 @@ require 5.002; PGRES_InvalidOid ); -$Pg::VERSION = '1.6.2'; +$Pg::VERSION = '1.6.3'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |