texinfo-commits
[Top][All Lists]
Advanced

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

[7067] add use line


From: Gavin D. Smith
Subject: [7067] add use line
Date: Sun, 27 Mar 2016 21:15:37 +0000

Revision: 7067
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7067
Author:   gavin
Date:     2016-03-27 21:15:37 +0000 (Sun, 27 Mar 2016)
Log Message:
-----------
add use line

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/HTML.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-03-27 16:55:24 UTC (rev 7066)
+++ trunk/ChangeLog     2016-03-27 21:15:37 UTC (rev 7067)
@@ -1,5 +1,11 @@
 2016-03-27  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Convert/HTML.pm: Add line
+       "use Texinfo::Convert::NodeNameNormalization" instead of relying 
+       on module being pulled in indirectly.
+
+2016-03-27  Gavin Smith  <address@hidden>
+
        * parsetexi, tp/parsetexi: Move subdirectory in preparation for 
        integration into texi2any as an XS module.
 

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2016-03-27 16:55:24 UTC (rev 7066)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2016-03-27 21:15:37 UTC (rev 7067)
@@ -29,6 +29,7 @@
 use Texinfo::Convert::Texinfo;
 use Texinfo::Convert::Text;
 use Texinfo::Convert::Unicode;
+use Texinfo::Convert::NodeNameNormalization;
 
 use Carp qw(cluck);
 




reply via email to

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