From 5f9f83be9cdcd54449f7f40db078fe367d780475 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 22 May 2012 17:23:20 +0200 Subject: [PATCH] Fix mktables bug due to the previous overload fix Due to the previous patch, perl can't generate the operator for .= in package Property anymore (because fallback is '0' in that package), so we need to work around that; this patch implements the least intrusive workaround possible. --- lib/unicore/mktables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index b4d980b..3ad7a48 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -12881,9 +12881,10 @@ END Type => $ENUM, Initialize => $age, ); + my $q_in = "$in"; $in->add_comment(join_lines(<