From: Martin Mares Date: Tue, 5 Oct 2010 17:02:36 +0000 (+0200) Subject: Squash a warning X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=61608a824f836d5ec60bb98388edda24417184d6;p=temple.git Squash a warning Thanks to Mosquitoe for the patch. --- 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/\)$//;