[SCM] PostGIS branch master updated. 3.5.0alpha2-9-g2860cdd1b

git at osgeo.org git at osgeo.org
Fri Jul 12 14:39:02 PDT 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  2860cdd1bab23a596c52607ffd86b59814245e1f (commit)
      from  45d924bf67a111d4f3cd9d8196ecf42cbf2b1063 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2860cdd1bab23a596c52607ffd86b59814245e1f
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 12 23:38:37 2024 +0200

    Be explicit about symbols used from libraries

diff --git a/regress/run_test.pl b/regress/run_test.pl
index e5d12239d..7598bd559 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -13,11 +13,11 @@
 #
 
 #$| = 1;
-use File::Basename;
+use File::Basename(dirname,fileparse,basename);
 use File::Temp 'tempdir';
 use Time::HiRes qw(time);
 use File::Copy;
-use File::Path;
+use File::Path(mkpath);
 use Cwd 'abs_path';
 use Getopt::Long;
 use strict;

-----------------------------------------------------------------------

Summary of changes:
 regress/run_test.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list