projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d7f44de
)
No dor in maint.
Jarkko Hietaniemi [Tue, 12 Aug 2003 09:57:07 +0000 (09:57 +0000)]
p4raw-id: //depot/perl@20639
ext/Safe/t/safeops.t
patch
|
blob
|
blame
|
history
diff --git
a/ext/Safe/t/safeops.t
b/ext/Safe/t/safeops.t
index
285e978
..
525ee97
100644
(file)
--- a/
ext/Safe/t/safeops.t
+++ b/
ext/Safe/t/safeops.t
@@
-41,6
+41,7
@@
close $fh;
sub testop {
my ($op, $opname, $code) = @_;
pass("$op : skipped") and return if $code =~ /^SKIP/;
+ pass("$op : skipped") if $code =~ m://: && $] < 5.009;
my $c = new Safe;
$c->deny_only($op);
$c->reval($code);