X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=5e7caf1e5a5a824cdf6b9d50ca6055c9c79ec4c9;hb=3fecc1ad61c830feeb70e522e84e838502416b5e;hp=8395a34512c68e69a96f914e124e1033f1bf74ba;hpb=d4783a29c565be4e360d40cd10d962340561f6f6;p=app-fonbot-daemon.git diff --git a/Makefile.PL b/Makefile.PL index 8395a34..5e7caf1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,9 +11,14 @@ WriteMakefile( SIGN => 1, PREREQ_PM => { qw/Apache2::Authen::Passphrase 0 + Email::Sender::Simple 0 + Email::Simple 0 + Email::MIME 0 + File::Slurp 0 HTTP::Status 0 IRC::Utils 0 JSON 0 + Linux::Inotify2 0 Log::Log4perl 0 POE 0 POE::Component::IRC 0 @@ -24,6 +29,7 @@ WriteMakefile( POE::Component::SSLify 0 DB_File 0 + File::Glob 0 MIME::Base64 0 Storable 0 Text::ParseWords 0/, @@ -31,8 +37,8 @@ WriteMakefile( META_ADD => { dynamic_config => 0, resources => { - repository => 'http://git.ieval.ro/?p=app-fonbot-daemon.git', - IRC => 'irc://irc.freenode.net/#fonbot', + repository => 'https://git.ieval.ro/?p=app-fonbot-daemon.git', + IRC => 'irc://irc.oftc.net/#fonbot', }, } );