Initial commit

This commit is contained in:
Michael Stapelberg
2010-03-13 17:11:09 +01:00
parent 5738ea10bb
commit 632bdb7d2a
12 changed files with 470 additions and 0 deletions

12
t/01-workspaces.t Normal file
View File

@ -0,0 +1,12 @@
#!perl -T
use Test::More tests => 1;
use AnyEvent::I3;
my $i3 = i3();
my $cv = $i3->connect;
$cv->recv;
ok(1, "connected");
diag( "Testing AnyEvent::I3 $AnyEvent::I3::VERSION, Perl $], $^X" );