<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Perl 5.42 complains about ambiguous precedence here.

--- geda-gaf-1.10.2/utils/gxyrs/gxyrs.pm	2020-12-12 15:20:18.000000000 +0000
+++ geda-gaf-1.10.2/utils/gxyrs/gxyrs.pm	2025-07-04 15:34:07.095355368 +0100
@@ -417,7 +417,7 @@
 	}
 	
 	# Change offset to line's units.
-	if (! $units =~ /^$/) {
+	if (! ($units =~ /^$/)) {
 	    $changed = change_text_units($units, $offset);
 	}
 	else {
</pre></body></html>