File: 00-load.t

package info (click to toggle)
libanyevent-connector-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 182; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use 5.006;
use strict;
use warnings;
use Test::More;
 
plan tests => 2;
 
BEGIN {
    use_ok('AnyEvent::Connector');
    use_ok('AnyEvent::Connector::Proxy::http');
}
 
diag( "Testing AnyEvent::Connector $AnyEvent::Connector::VERSION, Perl $], $^X" );