--- rxvt-unicode/src/perl/tabbed 2012/09/04 22:41:12 1.35 +++ rxvt-unicode/src/perl/tabbed 2013/05/25 23:14:08 1.36 @@ -402,7 +402,7 @@ # simply proxies all interesting calls back to the tabbed class. { - for my $hook qw(start destroy key_press property_notify) { + for my $hook (qw(start destroy key_press property_notify)) { eval qq{ sub on_$hook { my \$parent = \$_[0]{term}{parent}