File: 15loop-poll-control.t

package info (click to toggle)
libio-async-perl 0.71-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,104 kB
  • ctags: 508
  • sloc: perl: 12,918; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/perl

use strict;
use warnings;

use IO::Async::LoopTests;
run_tests( 'IO::Async::Loop::Poll', 'control' );