From: Marius Gavrilescu Date: Mon, 30 Jun 2014 17:16:59 +0000 (+0300) Subject: Recommend POE::Component::SSLify X-Git-Url: http://git.ieval.ro/?p=app-devbot.git;a=commitdiff_plain;h=16fa5ceb05e44f55bfb3785484b0df279138fd39 Recommend POE::Component::SSLify --- diff --git a/Makefile.PL b/Makefile.PL index 446b493..8d258dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,6 +24,9 @@ WriteMakefile( }, META_MERGE => { dynamic_config => 0, + recommends => { + qw/POE::Component::SSLify 0/, + }, resources => { repository => 'https://git.ieval.ro/?p=app-devbot.git' }