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
Makefile.PL Normal file
View 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;