gri3-wm/Makefile.PL

13 lines
225 B
Makefile
Raw Normal View History

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