texinfo-commits
[Top][All Lists]
Advanced

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

[6768] add use directive


From: Gavin D. Smith
Subject: [6768] add use directive
Date: Mon, 09 Nov 2015 17:11:51 +0000

Revision: 6768
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6768
Author:   gavin
Date:     2015-11-09 17:11:50 +0000 (Mon, 09 Nov 2015)
Log Message:
-----------
add use directive

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/texi2any.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-11-09 15:09:07 UTC (rev 6767)
+++ trunk/ChangeLog     2015-11-09 17:11:50 UTC (rev 6768)
@@ -1,5 +1,10 @@
 2015-11-09  Gavin Smith  <address@hidden>
 
+       * tp/texi2any.pl: Add 'use Texinfo::Convert::Converter' as this 
+       module may not be loaded.
+
+2015-11-09  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Convert/XSParagraph/XSParagraph.xs,
        * tp/Texinfo/Convert/XSParagraph/TestXS.xs: Add "PROTOTYPES: ENABLE"
        line to get rid of a warning.

Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2015-11-09 15:09:07 UTC (rev 6767)
+++ trunk/tp/texi2any.pl        2015-11-09 17:11:50 UTC (rev 6768)
@@ -36,6 +36,8 @@
 # for carp
 #use Carp;
 
+use Texinfo::Convert::Converter;
+
 Getopt::Long::Configure("gnu_getopt");
 
 # This big BEGIN block deals with finding modules and 




reply via email to

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