Bump version and update Changes
[app-fonbot-daemon.git] / Makefile.PL
CommitLineData
8dc70d07
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
7be318a6
MG
4 NAME => 'App::FonBot::Daemon',
5 VERSION_FROM => 'lib/App/FonBot/Daemon.pm',
8dc70d07
MG
6 ABSTRACT_FROM => 'lib/App/FonBot/Daemon.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 EXE_FILES => ['fonbotd'],
7be318a6 9 MIN_PERL_VERSION => "5.14.0",
202f0eb2 10 LICENSE => 'open_source', # AGPL_3 to be exact, but that requires META version 2
7be318a6
MG
11 SIGN => 1,
12 PREREQ_PM => {
13 qw/Apache2::Authen::Passphrase 0
2f9aba44
MG
14 Email::Sender::Simple 0
15 Email::Simple 0
16 Email::MIME 0
17 File::Slurp 0
7be318a6
MG
18 HTTP::Status 0
19 IRC::Utils 0
20 JSON 0
2f9aba44 21 Linux::Inotify2 0
7be318a6
MG
22 Log::Log4perl 0
23 POE 0
24 POE::Component::IRC 0
25 POE::Component::IRC::Plugin::AutoJoin 0
26 POE::Component::IRC::Plugin::Connector 0
27 POE::Component::IRC::Plugin::NickServID 0
28 POE::Component::Server::HTTP 0
29 POE::Component::SSLify 0
8dc70d07 30
7be318a6 31 DB_File 0
2f9aba44 32 File::Glob 0
7be318a6
MG
33 MIME::Base64 0
34 Storable 0
35 Text::ParseWords 0/,
8dc70d07 36 },
7be318a6
MG
37 META_ADD => {
38 dynamic_config => 0,
39 resources => {
a46e82af
MG
40 repository => 'https://git.ieval.ro/?p=app-fonbot-daemon.git',
41 IRC => 'irc://irc.oftc.net/#fonbot',
7be318a6
MG
42 },
43 }
8dc70d07 44);
This page took 0.013352 seconds and 4 git commands to generate.