From: Markus Koschany <apo@debian.org>
Date: Fri, 28 Feb 2020 23:43:24 +0100
Subject: remove special variable perl 5.30

---
 Documentation/Utilities/webbuilder.pl.in | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/Documentation/Utilities/webbuilder.pl.in b/Documentation/Utilities/webbuilder.pl.in
index ea9de63..81e50e7 100644
--- a/Documentation/Utilities/webbuilder.pl.in
+++ b/Documentation/Utilities/webbuilder.pl.in
@@ -68,12 +68,8 @@ sub convert
 sub print_head
 {
 	my ($xml_head, $file) = @ARG;
-	my $ml, $buffer;
+	my $buffer;
 
-	# Don't know what this does, but Perceps does it:
-	if ($*) { $ml=1; }
-	else { $ml=0; }
-	
 	# Read theme from disk and execute it:
 	if ( -e $file )
 	{
@@ -93,12 +89,8 @@ sub print_head
 sub print_body
 {
 	my ($xml_body, $file) = @ARG;
-	my $ml, $buffer;
+	my $buffer;
 
-	# Don't know what this does, but Perceps does it:
-	if ($*) { $ml=1; }
-	else { $ml=0; }
-	
 	# Read theme from disk and execute it:
 	if ( -e $file )
 	{
