Initial commit
[poe-component-irc-plugin-seen.git] / Makefile.PL
CommitLineData
566f7a16
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4 NAME => 'POE::Component::IRC::Plugin::Seen',
5 VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm',
6 ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Seen.pm',
7 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
8 LICENSE => 'perl',
9 MIN_PERL_VERSION => 5.014000,
10 PREREQ_PM => {
11 DB_File => 0,
12 POE::Component::IRC::Plugin => 0,
13 IRC::Utils => 0.05,
14 },
15 BUILD_REQUIRES => {
16 Test::MockObject => 0,
17 }
18);
This page took 0.010046 seconds and 4 git commands to generate.