--- rxvt-unicode/src/urxvt.pm 2006/01/17 13:19:45 1.95 +++ rxvt-unicode/src/urxvt.pm 2006/01/17 16:22:41 1.96 @@ -500,12 +500,6 @@ Messages have a size limit of 1023 bytes currently. -=item $is_safe = urxvt::safe - -Returns true when it is safe to do potentially unsafe things, such as -evaluating perl code specified by the user. This is true when urxvt was -started setuid or setgid. - =item $time = urxvt::NOW Returns the "current time" (as per the event loop). @@ -630,7 +624,7 @@ open my $fh, "<:raw", $path or die "$path: $!"; - my $source = untaint + my $source = "package $pkg; use strict; use utf8;\n" . "use base urxvt::term::extension::;\n" . "#line 1 \"$path\"\n{\n"