]> iEval git - app-statsbot.git/blame - Makefile.PL
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
a5a81502 15 POE 0
3cdbe256
MG
16 IRC::Utils 0
17 DBI 0
18 DBD::SQLite 0
19 Text::ParseWords 0
20 Time::Duration 0
21 Time::Duration::Parse 0/,
22 },
23 META_MERGE => {
24 dynamic_config => 0,
25 resources => {
26 repository => 'https://git.ieval.ro/?p=app-statsbot.git',
27 }
28 }
29);
This page took 0.019169 seconds and 4 git commands to generate.