Update copyright years and bump version number
[poe-component-irc-plugin-seen.git] / Makefile.PL
CommitLineData
affd1512 1use 5.014000;
566f7a16
MG
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
affd1512
MG
5 NAME => 'POE::Component::IRC::Plugin::Seen',
6 VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm',
7 ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => 5.014000,
10 LICENSE => 'perl',
11 SIGN => 1,
12 BUILD_REQUIRES => {
13 qw/Test::MockObject 0/,
14 },
15 PREREQ_PM => {
16 qw/DB_File 0
17 POE::Component::IRC::Plugin 0
18 IRC::Utils 0.05/,
19 },
20 META_MERGE => {
21 dynamic_config => 0,
22 resources => {
23 repository => 'https://git.ieval.ro/?p=poe-component-irc-plugin-seen.git',
24 }
25 }
566f7a16 26);
This page took 0.009715 seconds and 4 git commands to generate.