Your message dated Fri, 20 Dec 2013 16:19:05 -0500
with message-id <[email protected]>
and subject line Re: Bug#721469: [rxvt-unicode] perl update to 5.18, requires 
change on "tabbed".
has caused the Debian Bug report #721469,
regarding [rxvt-unicode] perl update to 5.18, requires change on "tabbed".
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
721469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721469
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
fixed 721469 9.18-3
thanks

Hi,

Thanks for the bug report. This was fixed in rxvt-unicode 9.18-3, and so
I'm closing this bug.

Best wishes,
Ryan

-- 
|_)|_/  Ryan Kavanagh           | Debian Developer
| \| \  http://ryanak.ca/       | GPG Key 4A11C97A

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to