File: 01.use.t

package info (click to toggle)
libevent-rpc-perl 1.08-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • sloc: perl: 2,353; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use strict;
use utf8;

use Test::More tests => 2;

use_ok('Event::RPC::Server');
use_ok('Event::RPC::Client');