DEBSOURCES
Skip Quicknav
sources / libpoe-perl / 2%3A1.3670-2 / t / 10_units / 03_base / 06_loop.t
12345678910
#!/usr/bin/perl -w # vim: ts=2 sw=2 filetype=perl expandtab use strict; use Test::More tests => 1; BEGIN { use_ok("POE::Loop") } exit 0;