[Pkg-urxvt-maintainers] Bug#721469: [rxvt-unicode] perl update to 5.18, requires change on "tabbed".

Javier Vasquez j.e.vasquez.v at gmail.com
Sat Aug 31 23:07:29 UTC 2013


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.




More information about the Pkg-urxvt-maintainers mailing list