texinfo-commits
[Top][All Lists]
Advanced

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

[7245] add use directive


From: gavinsmith0123
Subject: [7245] add use directive
Date: Tue, 5 Jul 2016 19:22:10 +0000 (UTC)

Revision: 7245
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7245
Author:   gavin
Date:     2016-07-05 19:22:09 +0000 (Tue, 05 Jul 2016)
Log Message:
-----------
add use directive

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-07-05 19:19:18 UTC (rev 7244)
+++ trunk/ChangeLog     2016-07-05 19:22:09 UTC (rev 7245)
@@ -1,5 +1,11 @@
 2016-07-05  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Convert/Plaintext.pm: Add "use" directive for 
+       Texinfo::Convert::NodeNameNormalization instead of relying on 
+       this module being pulled in indirectly.
+
+2016-07-05  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm: Remove comment referring to 
        'raw_formats_stack'.
        (_parse_texi): Add debugging statement if the condition in an 

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2016-07-05 19:19:18 UTC (rev 
7244)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2016-07-05 19:22:09 UTC (rev 
7245)
@@ -1,7 +1,8 @@
 # $Id$
 # Plaintext.pm: output tree as text with filling.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015,
+# 2016 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,6 +31,7 @@
 use Texinfo::Convert::Text;
 use Texinfo::Convert::Line;
 use Texinfo::Convert::UnFilled;
+use Texinfo::Convert::NodeNameNormalization;
 
 
 use Carp qw(cluck);




reply via email to

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