texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/maintain/generate_convert_data_perl_code.pl:


From: Patrice Dumas
Subject: branch master updated: * tp/maintain/generate_convert_data_perl_code.pl: import File::Basename.
Date: Tue, 01 Oct 2024 16:13:31 -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 802d20011d * tp/maintain/generate_convert_data_perl_code.pl: import 
File::Basename.
802d20011d is described below

commit 802d20011d5561fcaa9da3cac4df2a1d2bdb877d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Oct 1 22:13:36 2024 +0200

    * tp/maintain/generate_convert_data_perl_code.pl: import
    File::Basename.
---
 ChangeLog                                      | 5 +++++
 tp/Texinfo/Data.pm                             | 2 +-
 tp/maintain/generate_convert_data_perl_code.pl | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index b2dea4dfe0..30f0fc8e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-01  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/maintain/generate_convert_data_perl_code.pl: import
+       File::Basename.
+
 2024-10-01  Patrice Dumas  <pertusus@free.fr>
 
        * tp/maintain/generate_convert_data_perl_code.pl: use generating file
diff --git a/tp/Texinfo/Data.pm b/tp/Texinfo/Data.pm
index 161ed67e36..d02095a530 100644
--- a/tp/Texinfo/Data.pm
+++ b/tp/Texinfo/Data.pm
@@ -1,4 +1,4 @@
-# Automatically generated from ./maintain/generate_convert_data_perl_code.pl
+# Automatically generated from generate_convert_data_perl_code.pl
 
 package Texinfo::Data;
 
diff --git a/tp/maintain/generate_convert_data_perl_code.pl 
b/tp/maintain/generate_convert_data_perl_code.pl
index f015f04403..58920cbe34 100755
--- a/tp/maintain/generate_convert_data_perl_code.pl
+++ b/tp/maintain/generate_convert_data_perl_code.pl
@@ -24,6 +24,7 @@ use strict;
 
 use warnings;
 
+use File::Basename;
 use Text::Wrap;
 
 my $program_name = basename($0);



reply via email to

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