i3/Makefile.PL
Michael Stapelberg 632bdb7d2a Initial commit
2017-08-19 18:13:19 +02:00

13 lines
225 B
Perl

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;