Bump version and update Changes
[app-fonbot-daemon.git] / Makefile.PL
index 476b826faf11a884b2711fe94b449dc127e6eecc..5e7caf1e5a5a824cdf6b9d50ca6055c9c79ec4c9 100644 (file)
@@ -7,13 +7,18 @@ WriteMakefile(
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        EXE_FILES         => ['fonbotd'],
        MIN_PERL_VERSION  => "5.14.0",
-       LICENSE           => 'AGPL_3',
+       LICENSE           => 'open_source', # AGPL_3 to be exact, but that requires META version 2
        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,7 +37,8 @@ WriteMakefile(
        META_ADD         => {
                dynamic_config => 0,
                resources      => {
-                       repository   => 'http://git.ieval.ro/?p=app-fonbot-daemon.git',
+                       repository   => 'https://git.ieval.ro/?p=app-fonbot-daemon.git',
+                       IRC          => 'irc://irc.oftc.net/#fonbot',
                },
        }
 );
This page took 0.010316 seconds and 4 git commands to generate.