diff options
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 adff08d53ec..ab7dcd789f1 100644 --- a/src/interfaces/perl5/Pg.pm +++ b/src/interfaces/perl5/Pg.pm @@ -1,6 +1,6 @@ #------------------------------------------------------- # -# $Id: Pg.pm,v 1.1.1.1 1997/04/29 19:37:10 mergl Exp $ +# $Id: Pg.pm,v 1.2 1997/06/02 19:42:01 mergl Exp $ # # Copyright (c) 1997 Edmund Mergl # @@ -83,7 +83,7 @@ require 5.003; PGRES_InvalidOid ); -$VERSION = '1.6.0'; +$VERSION = '1.6.1'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |