Initial commit
This commit is contained in:
12
Makefile.PL
Normal file
12
Makefile.PL
Normal file
@ -0,0 +1,12 @@
|
||||
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';
|
||||
|
||||
WriteAll;
|
Reference in New Issue
Block a user