diff --git a/dist/Time-HiRes/t/itimer.t b/dist/Time-HiRes/t/itimer.t index 9eb2b93..ed21cef 100644 --- a/dist/Time-HiRes/t/itimer.t +++ b/dist/Time-HiRes/t/itimer.t @@ -19,6 +19,7 @@ BEGIN { && $^O ne 'nto' # nto: QNX 6 has the API but no implementation && $^O ne 'haiku' # haiku: has the API but no implementation && $^O ne 'gnu' # GNU/Hurd: has the API but no implementation + && 0 ) { require Test::More; Test::More::plan(skip_all => "no itimer");