i3/Makefile.PL

13 lines
225 B
Makefile
Raw Normal View History

2010-03-13 19:11:09 +03:00
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;