texinfo-commits
[Top][All Lists]
Advanced

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

[6651] add use declaration to DocBook.pm


From: Gavin D. Smith
Subject: [6651] add use declaration to DocBook.pm
Date: Mon, 28 Sep 2015 09:34:23 +0000

Revision: 6651
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6651
Author:   gavin
Date:     2015-09-28 09:34:22 +0000 (Mon, 28 Sep 2015)
Log Message:
-----------
add use declaration to DocBook.pm

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-09-27 22:09:05 UTC (rev 6650)
+++ trunk/ChangeLog     2015-09-28 09:34:22 UTC (rev 6651)
@@ -1,3 +1,8 @@
+2015-09-28  Gavin Smith  <address@hidden>
+
+       *  tp/Texinfo/Convert/DocBook.pm:
+       Add "use Texinfo::Convert::Plaintext" declaration.
+
 2015-09-27  Gavin Smith  <address@hidden>
 
        * tp/tests/README: Mention -F option to makeinfo.

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2015-09-27 22:09:05 UTC (rev 6650)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2015-09-28 09:34:22 UTC (rev 6651)
@@ -27,6 +27,7 @@
 use Texinfo::Common;
 use Texinfo::Convert::Unicode;
 use Texinfo::Convert::Text;
+use Texinfo::Convert::Plaintext;
 # for debugging
 use Texinfo::Convert::Texinfo;
 use Data::Dumper;




reply via email to

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