stepb / urxvt-tabbedex

Tabbed plugin for rxvt-unicode with many enhancements
75 stars 54 forks source link

Fix qw syntax error #24

Closed mbfisher closed 10 years ago

mbfisher commented 11 years ago

Fixes syntax error:

urxvt: perl hook 0 evaluation error: /usr/lib/urxvt/perl/tabbedex: syntax error at /usr/lib/urxvt/perl/tabbedex line 669, near "$hook qw(start destroy user_command key_press property_notify add_lines)"
syntax error at /usr/lib/urxvt/perl/tabbedex line 681, near "}

}"
tbranyen commented 11 years ago

@stepb What causes this issue in the first place? Perl update?

professorjamesmoriarty commented 11 years ago

@tbranyen If I'm not mistaken around perl 5.18 (the version may be wrong) there was a syntax change and slight issue caused. It's a simple fix for the most part.

mina86 commented 10 years ago

By the way, this is duplicate of #23