2 use inc::Module::Install;
5 all_from 'lib/AnyEvent/I3.pm';
6 author 'Michael Stapelberg';
9 requires 'AnyEvent::Handle';
10 requires 'AnyEvent::Socket';
13 if ($^O eq 'MSWin32') {
14 die "AnyEvent::I3 cannot be used on win32 (unix sockets are missing)";