summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: caccc2924148d31a797754bed5d535bcac615f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'POE::Component::Client::WebSocket' ) || print "Bail out!\n";
}

diag( "Testing POE::Component::Client::WebSocket $POE::Component::Client::WebSocket::VERSION, Perl $], $^X" );