From 61608a824f836d5ec60bb98388edda24417184d6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 5 Oct 2010 19:02:36 +0200 Subject: [PATCH] Squash a warning Thanks to Mosquitoe for the patch. --- UCW/Temple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UCW/Temple.pm b/UCW/Temple.pm index ff7c4cf..ff71410 100644 --- a/UCW/Temple.pm +++ b/UCW/Temple.pm @@ -109,7 +109,7 @@ sub parse_string($) { $x =~ s/^\[//; $x =~ s/\]$//; eval_if_ok($x); - } elsif ($t =~ /\G@\(/cgs) { + } elsif ($t =~ /\G\@\(/cgs) { my $x = get_nested(\$t, '\(', '\)'); $x =~ s/^\(//; $x =~ s/\)$//; -- 2.39.2