stepb / urxvt-tabbedex

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

Fix use of qw as parentheses in loop #34

Closed afresh1 closed 10 years ago

afresh1 commented 10 years ago

This is no longer valid in perl 5.18, should have warned terribly in 5.16.

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

afresh1 commented 10 years ago

Oops, duplicate of #30, #24, and #23