--- rxvt-unicode/src/perl/selection-popup 2006/01/09 07:17:24 1.6 +++ rxvt-unicode/src/perl/selection-popup 2006/01/09 19:25:57 1.7 @@ -55,7 +55,7 @@ $add_button->("rot13" => sub { y/A-Za-z/N-ZA-Mn-za-m/ }); urxvt::safe - and $add_button->("eval perl expression" => sub { $_ = eval urxvt::untaint $_ }); + and $add_button->("eval perl expression" => sub { no warnings; $_ = eval urxvt::untaint $_ }); /^(\S+):(\d+):?$/ and $add_button->("vi-commands to load '$1'" => sub { s/^(\S+):(\d+):?$/\x1b:e $1\x0d:$2\x0d/ });