File: 12loop-poll-signal.t

package info (click to toggle)
libio-async-perl 0.64-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,068 kB
  • ctags: 491
  • sloc: perl: 12,530; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use strict;
use warnings;

use IO::Async::LoopTests;
Test::More::plan skip_all => "This OS does not have signals" unless IO::Async::OS->HAVE_SIGNALS;

run_tests( 'IO::Async::Loop::Poll', 'signal' );