texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: comment out autovivification line


From: Gavin D. Smith
Subject: branch master updated: comment out autovivification line
Date: Fri, 20 Oct 2023 14:48:12 -0400

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new c0e70fbfc6 comment out autovivification line
c0e70fbfc6 is described below

commit c0e70fbfc6eadd13ecdb89d0097ddab0fdfb5716
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Oct 20 19:48:04 2023 +0100

    comment out autovivification line
---
 tp/Texinfo/Structuring.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 131e9adfd9..2dc3d2f8b4 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -28,7 +28,7 @@ use if $] >= 5.012, feature => 'unicode_strings';
 
 use strict;
 # Can be used to check that there is no incorrect autovivfication
-no autovivification qw(fetch delete exists store strict);
+# no autovivification qw(fetch delete exists store strict);
 
 # Cannot do that because of sort_indices_by_letter, probably for uc().
 # stop \s from matching non-ASCII spaces, etc.  \p{...} can still be



reply via email to

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