X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=2c1cec1d2930f3e6342f08c5ff9a9a6ea5408e6b;hb=2a2323b5226f351c7ee9f97b780b468097738769;hp=580946fd746afb20e367b1af8cafbe467c04b9bc;hpb=5523f1b2279c24cb5e0dda080e6d230946d3e738;p=MQR.git diff --git a/Makefile.PL b/Makefile.PL index 580946f..2c1cec1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,10 @@ license 'perl'; build_requires 'Test::More'; +requires 'AnyEvent::XMPP'; +requires 'AnyEvent::Redis'; +requires 'AnyEvent::IRC'; + auto_install; WriteAll;