2016-05-09 14:03:01 +02:00
|
|
|
Index: perl-5.18.0/dist/Time-HiRes/t/itimer.t
|
2013-08-08 17:39:00 +02:00
|
|
|
===================================================================
|
2016-05-09 14:03:01 +02:00
|
|
|
--- perl-5.18.0.orig/dist/Time-HiRes/t/itimer.t
|
|
|
|
+++ perl-5.18.0/dist/Time-HiRes/t/itimer.t
|
2013-08-08 17:39:00 +02:00
|
|
|
@@ -1,5 +1,7 @@
|
|
|
|
use strict;
|
|
|
|
|
|
|
|
+use Test::More skip_all => "ppc workers are too busy";
|
|
|
|
+
|
|
|
|
sub has_symbol {
|
|
|
|
my $symbol = shift;
|
|
|
|
eval "use Time::HiRes qw($symbol)";
|