texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Add the third argument of ModulePath init


From: Patrice Dumas
Subject: branch master updated: Add the third argument of ModulePath init
Date: Sun, 31 Jul 2022 05:10:32 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 7a6c25d613 Add the third argument of ModulePath init
7a6c25d613 is described below

commit 7a6c25d6136b8d4966995781b0756dc871c85028
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Jul 31 11:09:38 2022 +0200

    Add the third argument of ModulePath init
---
 tp/t/test_utils.pl | 2 +-
 util/txicmdlist    | 2 +-
 util/txicustomvars | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl
index 9f02c67f1c..cf102bbd90 100644
--- a/tp/t/test_utils.pl
+++ b/tp/t/test_utils.pl
@@ -24,7 +24,7 @@ use 5.006;
 BEGIN {
 
 require Texinfo::ModulePath;
-Texinfo::ModulePath::init(undef, undef, 'updirs' => 2);
+Texinfo::ModulePath::init(undef, undef, undef, 'updirs' => 2);
 
 # NOTE in general file names and directory names are not encoded,
 # there will be problems if there are non ascii characters in those
diff --git a/util/txicmdlist b/util/txicmdlist
index 272210f9d3..8f7707839f 100755
--- a/util/txicmdlist
+++ b/util/txicmdlist
@@ -25,7 +25,7 @@ BEGIN {
 
   $ENV{top_srcdir} = "$tpdir/..";
   require Texinfo::ModulePath;
-  Texinfo::ModulePath::init(undef, undef);
+  Texinfo::ModulePath::init(undef, undef, undef);
 }
 
 use Texinfo::Common;
diff --git a/util/txicustomvars b/util/txicustomvars
index 34e2779309..e159712c98 100755
--- a/util/txicustomvars
+++ b/util/txicustomvars
@@ -27,7 +27,7 @@ BEGIN {
 
   $ENV{top_srcdir} = "$tpdir/..";
   require Texinfo::ModulePath;
-  Texinfo::ModulePath::init(undef, undef);
+  Texinfo::ModulePath::init(undef, undef, undef);
 }
 
 use Texinfo::Common;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]