Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b965c90

Browse files
committed
More perl cleanup
1 parent 0cfe237 commit b965c90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/interfaces/perl5/Changes

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-------------------------------------------------------
22
#
3-
# $Id: Changes,v 1.8 1998/09/27 19:12:20 mergl Exp $
3+
# $Id: Changes,v 1.9 2000/06/01 03:07:33 momjian Exp $
44
#
55
# Copyright (c) 1997, 1998 Edmund Mergl
66
#
@@ -64,8 +64,8 @@ Revision history for Perl extension Pg.
6464
o added support for new method cmdTuples
6565
o cmdStatus returns now for DELETE the status
6666
followed by the number of affected rows,
67-
- test.pl.newstyle renamed to eg/example.newstyle
68-
- test.pl.oldstyle renamed to eg/example.oldstyle
67+
- test.pl.newstyle renamed to examples/example.newstyle
68+
- test.pl.oldstyle renamed to examples/example.oldstyle
6969
- example script ApachePg.pl now uses
7070
$result->print with HTML option
7171
- Makefile looks for $ENV{POSTGRES_HOME} instead of

src/interfaces/perl5/MANIFEST

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Makefile.PL
44
Pg.pm
55
Pg.xs
66
README
7-
eg/ApachePg.pl
8-
eg/example.newstyle
9-
eg/example.oldstyle
7+
examples/ApachePg.pl
8+
examples/example.newstyle
9+
examples/example.oldstyle
1010
test.pl
1111
typemap

0 commit comments

Comments
 (0)