Add Email plugin
[app-fonbot-daemon.git] / Makefile.PL
index 78517c1f8e0af4933490221839eb91c375c9e152..5e7caf1e5a5a824cdf6b9d50ca6055c9c79ec4c9 100644 (file)
@@ -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/,
This page took 0.009622 seconds and 4 git commands to generate.