Bump version and update Changes
[app-statsbot.git] / Makefile.PL
CommitLineData
3cdbe256
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
5 NAME => 'App::Statsbot',
6 VERSION_FROM => 'lib/App/Statsbot.pm',
7 ABSTRACT_FROM => 'lib/App/Statsbot.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 EXE_FILES => [qw/statsbot/],
10 MIN_PERL_VERSION => '5.14.0',
11 LICENSE => 'perl',
12 SIGN => 1,
13 PREREQ_PM => {
14 qw/POE::Component::IRC::State 0
15 IRC::Utils 0
16 DBI 0
17 DBD::SQLite 0
18 Text::ParseWords 0
19 Time::Duration 0
20 Time::Duration::Parse 0/,
21 },
22 META_MERGE => {
23 dynamic_config => 0,
24 resources => {
25 repository => 'https://git.ieval.ro/?p=app-statsbot.git',
26 }
27 }
28);
This page took 0.009778 seconds and 4 git commands to generate.