]> iEval git - app-fonbot-daemon.git/blobdiff - Makefile.PL
Fix push on reference warnings
[app-fonbot-daemon.git] / Makefile.PL
index 476b826faf11a884b2711fe94b449dc127e6eecc..8395a34512c68e69a96f914e124e1033f1bf74ba 100644 (file)
@@ -7,7 +7,7 @@ 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
@@ -32,6 +32,7 @@ WriteMakefile(
                dynamic_config => 0,
                resources      => {
                        repository   => 'http://git.ieval.ro/?p=app-fonbot-daemon.git',
+                       IRC          => 'irc://irc.freenode.net/#fonbot',
                },
        }
 );
This page took 0.018723 seconds and 4 git commands to generate.