From b15c954451b3e99e6ceae239e94fd7838e04985f Mon Sep 17 00:00:00 2001 From: step Date: Mon, 2 Nov 2015 11:42:10 +0100 Subject: [PATCH] Fix syntax error on perl 5.18.2. --- tabbedex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbedex b/tabbedex index ada0e2f..3863715 100755 --- a/tabbedex +++ b/tabbedex @@ -665,7 +665,7 @@ package urxvt::ext::tabbedex::tab; # simply proxies all interesting calls back to the tabbedex class. { - for my $hook qw(start destroy user_command key_press property_notify add_lines) { + for my $hook (qw(start destroy user_command key_press property_notify add_lines)) { eval qq{ sub on_$hook { my \$parent = \$_[0]{term}{parent}