publish/subscribe using Redis
[MQR.git] / Makefile.PL
1 use inc::Module::Install;
2
3 name     'MQR';
4 all_from 'lib/MQR.pm';
5 author   q{Dobrica Pavlinusic <dpavlin@rot13.org>};
6 license  'perl';
7
8 build_requires 'Test::More';
9
10 requires 'AnyEvent::XMPP';
11 requires 'AnyEvent::Redis';
12
13 auto_install;
14
15 WriteAll;
16