X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=9d14f9e22a159044434261cc9fee687d18680ee9;hb=68a6e910abab39f3fadadb7bdaaa30531a05eca9;hp=0509ee5678379f121ce2884a20e48cf9d51b6a1f;hpb=c87f6afb78feb01b99372d62f93b54b089a3ef89;p=MQR.git diff --git a/Makefile.PL b/Makefile.PL index 0509ee5..9d14f9e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,13 @@ license 'perl'; build_requires 'Test::More'; requires 'AnyEvent::XMPP'; -requires 'AnyEvent::Redis'; +requires 'AnyEvent::Redis' => 0.19; # need PubSub! +requires 'AnyEvent::IRC'; +requires 'AnyEvent::SMTP'; + +requires 'Data::Dump'; +requires 'XML::Twig'; +requires 'Net::SSLeay'; auto_install;