texinfo-commits
[Top][All Lists]
Advanced

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

[8070] texi2any.pl


From: gavinsmith0123
Subject: [8070] texi2any.pl
Date: Wed, 15 Aug 2018 08:48:48 -0400 (EDT)

Revision: 8070
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8070
Author:   gavin
Date:     2018-08-15 08:48:47 -0400 (Wed, 15 Aug 2018)
Log Message:
-----------
texi2any.pl

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-15 12:43:35 UTC (rev 8069)
+++ trunk/ChangeLog     2018-08-15 12:48:47 UTC (rev 8070)
@@ -1,5 +1,10 @@
 2018-08-15  Gavin Smith  <address@hidden>
 
+       * tp/texi2any.pl <finding version number>: Refer to 
+       Texinfo::Common instead of Texinfo::Parser.
+
+2018-08-15  Gavin Smith  <address@hidden>
+
        * tp/texi2any.pl: Do not check for module files relative to the
        installed location.
 

Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2018-08-15 12:43:35 UTC (rev 8069)
+++ trunk/tp/texi2any.pl        2018-08-15 12:48:47 UTC (rev 8070)
@@ -2,7 +2,7 @@
 
 # texi2any: Texinfo converter.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 
 # Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
@@ -248,8 +248,8 @@
   } else {
     # used in the standalone perl module, as $hardcoded_version is undef
     # and it should never be configured in that setup
-    require Texinfo::Parser;
-    $configured_version = $Texinfo::Parser::VERSION;
+    require Texinfo::Common;
+    $configured_version = $Texinfo::Common::VERSION;
   }
 }
 




reply via email to

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