texinfo-commits
[Top][All Lists]
Advanced

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

[8044] avoid method call syntax


From: gavinsmith0123
Subject: [8044] avoid method call syntax
Date: Fri, 10 Aug 2018 14:37:08 -0400 (EDT)

Revision: 8044
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8044
Author:   gavin
Date:     2018-08-10 14:37:08 -0400 (Fri, 10 Aug 2018)
Log Message:
-----------
avoid method call syntax

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/test_utils.pl

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-10 17:36:58 UTC (rev 8043)
+++ trunk/ChangeLog     2018-08-10 18:37:08 UTC (rev 8044)
@@ -1,5 +1,10 @@
 2018-08-10  Gavin Smith  <address@hidden>
 
+       * tp/t/test_utils.pl (test): Avoid method call syntax for 
+       calling Texinfo::Parser::parser.
+
+2018-08-10  Gavin Smith  <address@hidden>
+
        * doc/texinfo.texi (Customization Variables for @-Commands):
        Mention that these variables are not passed on to TeX.  Comment 
        out commands that only do anything for TeX.  Report from Karl.

Modified: trunk/tp/t/test_utils.pl
===================================================================
--- trunk/tp/t/test_utils.pl    2018-08-10 17:36:58 UTC (rev 8043)
+++ trunk/tp/t/test_utils.pl    2018-08-10 18:37:08 UTC (rev 8044)
@@ -696,7 +696,7 @@
   #  push @tested_formats, @{$self->{'test_formats'}};
   }
 
-  my $parser = Texinfo::Parser->parser({'TEST' => 1,
+  my $parser = Texinfo::Parser::parser({'TEST' => 1,
                                         'include_directories' => [
                                           't/include_dir/',
                                           't/include/',




reply via email to

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