/usr/local/bin/perl => /usr/bin/perl

REL7_2_STABLE
Peter Eisentraut 25 years ago
parent 2ec5eedd4f
commit 2c3bd9e8f3
  1. 4
      src/interfaces/perl5/examples/ApachePg.pl
  2. 4
      src/interfaces/perl5/examples/example.newstyle
  3. 4
      src/interfaces/perl5/examples/example.oldstyle
  4. 4
      src/interfaces/perl5/test.pl
  5. 2
      src/test/performance/runtests.pl

@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: ApachePg.pl,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: ApachePg.pl,v 1.2 2001/09/04 11:41:04 petere Exp $
# demo script, tested with:
# - PostgreSQL-6.4

@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: example.newstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: example.newstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
######################### globals

@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# $Id: example.oldstyle,v 1.1 2000/06/01 03:05:24 momjian Exp $
# $Id: example.oldstyle,v 1.2 2001/09/04 11:41:04 petere Exp $
######################### globals

@ -1,6 +1,6 @@
#!/usr/local/bin/perl -w
#!/usr/bin/perl -w
# $Id: test.pl,v 1.13 2000/11/17 00:24:03 tgl Exp $
# $Id: test.pl,v 1.14 2001/09/04 11:41:04 petere Exp $
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# Accepts one argument - DBMS name (pgsql, ...) and initializes
# global variable $TestDBMS with this name.

Loading…
Cancel
Save