diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-06-01 14:15:30 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-06-01 14:15:30 +0000 |
commit | 1425eea04dd872dc6313f5315f317b2de288037c (patch) | |
tree | f81c74f75429e829714029850f89ee4c7f13aa39 /t/11loop-select-timer.t | |
download | IO-Async-tarball-master.tar.gz |
IO-Async-0.67HEADIO-Async-0.67master
Diffstat (limited to 't/11loop-select-timer.t')
-rw-r--r-- | t/11loop-select-timer.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/11loop-select-timer.t b/t/11loop-select-timer.t new file mode 100644 index 0000000..314bd38 --- /dev/null +++ b/t/11loop-select-timer.t @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use IO::Async::LoopTests; +run_tests( 'IO::Async::Loop::Select', 'timer' ); |