Package:  rxvt-unicode
Version:  9.18-2+b1

Well, it happens that for perl 5.18:

https://metacpan.org/module/RJBS/perl-5.18.0/pod/perldelta.pod#qw-...-can-no-longer-be-used-as-parentheses

So, on:

/usr/lib/urxvt/perl/tabbed

Where it says:

for my $hook qw(start destroy key_press property_notify) {


It must say instead:

for my $hook (qw(start destroy key_press property_notify)) {

And that avoids the failure preventing the tabs to be used:

urxvt: perl hook 0 evaluation error: /usr/lib/urxvt/perl/tabbed:
syntax error at /usr/lib/urxvt/perl/tabbed line 406, near "$hook
qw(start destroy key_press property_notify)"
syntax error at /usr/lib/urxvt/perl/tabbed line 426, near "}
}"

An easy fis, :-)

-- 
Javier.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to