texinfo-commits
[Top][All Lists]
Advanced

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

[8054] ModulePath.pm fix prototype


From: gavinsmith0123
Subject: [8054] ModulePath.pm fix prototype
Date: Mon, 13 Aug 2018 07:21:37 -0400 (EDT)

Revision: 8054
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8054
Author:   gavin
Date:     2018-08-13 07:21:35 -0400 (Mon, 13 Aug 2018)
Log Message:
-----------
ModulePath.pm fix prototype

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/ModulePath.pm.in

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-13 10:51:37 UTC (rev 8053)
+++ trunk/ChangeLog     2018-08-13 11:21:35 UTC (rev 8054)
@@ -1,5 +1,10 @@
 2018-08-13  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/ModulePath.pm.in (init): Remove subroutine 
+       prototype.
+
+2018-08-13  Gavin Smith  <address@hidden>
+
        * tp/t/01use.t, tp/t/02coverage.t, tp/t/03coverage_braces.t, 
        tp/t/04verb.t, tp/t/05paragraph.t,
        tp/t/06columnfractions.t, tp/t/08misc_commands.t, tp/t/09indices.t,

Modified: trunk/tp/Texinfo/ModulePath.pm.in
===================================================================
--- trunk/tp/Texinfo/ModulePath.pm.in   2018-08-13 10:51:37 UTC (rev 8053)
+++ trunk/tp/Texinfo/ModulePath.pm.in   2018-08-13 11:21:35 UTC (rev 8054)
@@ -22,7 +22,7 @@
 #
 # otherwise use 'top_srcdir'
 # and 'top_builddir' environment variables.
-sub init (;$$) {
+sub init {
   my $lib_dir = shift;
   my $libexec_dir = shift;
   my %named_args = @_;




reply via email to

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