Change 20641 by [EMAIL PROTECTED] on 2003/08/12 10:03:56
Retract #20640 and #20639; easier just to not have this
test in maint (it seems dependent on opcode.pl, urgh.)
Affected files ...
... //depot/maint-5.8/perl/ext/Safe/t/safeops.t#2 integrate
Differences ...
==== //depot/maint-5.8/perl/ext/Safe/t/safeops.t#2 (text) ====
Index: perl/ext/Safe/t/safeops.t
--- perl/ext/Safe/t/safeops.t#1~20636~ Tue Aug 12 01:58:28 2003
+++ perl/ext/Safe/t/safeops.t Tue Aug 12 03:03:56 2003
@@ -41,6 +41,7 @@
sub testop {
my ($op, $opname, $code) = @_;
pass("$op : skipped") and return if $code =~ /^SKIP/;
+ pass("$op : skipped") and return if $code =~ m://: && $] < 5.009; # no dor
my $c = new Safe;
$c->deny_only($op);
$c->reval($code);
End of Patch.