diff --git a/src/interfaces/perl5/Changes b/src/interfaces/perl5/Changes index 728e81ae2767830579221248a3955822215e7549..da9b53dbaca3e551c7a03db33e8f0f76eeb6ea7f 100644 --- a/src/interfaces/perl5/Changes +++ b/src/interfaces/perl5/Changes @@ -1,6 +1,6 @@ #------------------------------------------------------- # -# $Id: Changes,v 1.8 1998/09/27 19:12:20 mergl Exp $ +# $Id: Changes,v 1.9 2000/06/01 03:07:33 momjian Exp $ # # Copyright (c) 1997, 1998 Edmund Mergl # @@ -64,8 +64,8 @@ Revision history for Perl extension Pg. o added support for new method cmdTuples o cmdStatus returns now for DELETE the status followed by the number of affected rows, - - test.pl.newstyle renamed to eg/example.newstyle - - test.pl.oldstyle renamed to eg/example.oldstyle + - test.pl.newstyle renamed to examples/example.newstyle + - test.pl.oldstyle renamed to examples/example.oldstyle - example script ApachePg.pl now uses $result->print with HTML option - Makefile looks for $ENV{POSTGRES_HOME} instead of diff --git a/src/interfaces/perl5/MANIFEST b/src/interfaces/perl5/MANIFEST index 58f0ae98ad93f317d107ecb893084726b78e3a55..31e2d0c650a655951d58555ea691669ecbc4b141 100644 --- a/src/interfaces/perl5/MANIFEST +++ b/src/interfaces/perl5/MANIFEST @@ -4,8 +4,8 @@ Makefile.PL Pg.pm Pg.xs README -eg/ApachePg.pl -eg/example.newstyle -eg/example.oldstyle +examples/ApachePg.pl +examples/example.newstyle +examples/example.oldstyle test.pl typemap