Move to AnyEvent-I3
This commit is contained in:
17
AnyEvent-I3/Makefile.PL
Normal file
17
AnyEvent-I3/Makefile.PL
Normal file
@ -0,0 +1,17 @@
|
||||
use lib '.';
|
||||
use inc::Module::Install;
|
||||
|
||||
name 'AnyEvent-I3';
|
||||
all_from 'lib/AnyEvent/I3.pm';
|
||||
author 'Michael Stapelberg';
|
||||
|
||||
requires 'AnyEvent';
|
||||
requires 'AnyEvent::Handle';
|
||||
requires 'AnyEvent::Socket';
|
||||
requires 'JSON::XS';
|
||||
|
||||
if ($^O eq 'MSWin32') {
|
||||
die "AnyEvent::I3 cannot be used on win32 (unix sockets are missing)";
|
||||
}
|
||||
|
||||
WriteAll;
|
Reference in New Issue
Block a user