[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6885] remove empty function at end of Texinfo::Convert::Paragraph
From: |
Gavin D. Smith |
Subject: |
[6885] remove empty function at end of Texinfo::Convert::Paragraph |
Date: |
Wed, 23 Dec 2015 12:06:41 +0000 |
Revision: 6885
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6885
Author: gavin
Date: 2015-12-23 12:06:38 +0000 (Wed, 23 Dec 2015)
Log Message:
-----------
remove empty function at end of Texinfo::Convert::Paragraph
Modified Paths:
--------------
trunk/ChangeLog
trunk/tp/Texinfo/Convert/Paragraph.pm
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-12-23 11:26:47 UTC (rev 6884)
+++ trunk/ChangeLog 2015-12-23 12:06:38 UTC (rev 6885)
@@ -1,5 +1,13 @@
2015-12-23 Gavin Smith <address@hidden>
+ * tp/Texinfo/Convert/Paragraph.pm: Remove empty function from
+ end of file. This is intended to fix a problem where an error
+ message "Can't call mro_method_changed_in() on anonymous symbol
+ table" would be printed for some versions of Perl. Error
+ reported by Nelson Beebe for several systems.
+
+2015-12-23 Gavin Smith <address@hidden>
+
* info/display.c (display_update_node_text): Move an assignment
to a variable back where it was before, moved on 2015-12-19.
Fixes problem with display reported by Benno Schulenberg.
Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm 2015-12-23 11:26:47 UTC (rev
6884)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm 2015-12-23 12:06:38 UTC (rev
6885)
@@ -241,16 +241,14 @@
DONTFALLBACK: ;
} # end BEGIN
+# NB Don't add more functions down here, because this can cause an error
+# with some versions of Perl, connected with the typeglob assignment just
+# above. ("Can't call mro_method_changed_in() on anonymous symbol table").
+#
+# See
http://perl5.git.perl.org/perl.git/commitdiff/03d9f026ae253e9e69212a3cf6f1944437e9f070?hp=ac73ea1ec401df889d312b067f78b618f7ffecc3
+#
+# (change to Perl interpreter on 22 Oct 2011)
-# Preloaded methods go here.
-#########################################################################
-
-# Used for debugging. Not implemented.
-sub dump($)
-{
- return "\n";
-}
-
1;
__END__
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6885] remove empty function at end of Texinfo::Convert::Paragraph,
Gavin D. Smith <=