Fix Makefile.PL, bump version to 0.001001
[poe-component-irc-plugin-logger-irssi.git] / Makefile.PL
CommitLineData
e628c597
MG
1use 5.014000;
2use ExtUtils::MakeMaker;
440c5c51 3
e628c597
MG
4WriteMakefile(
5 NAME => 'POE::Component::IRC::Plugin::Logger::Irssi',
440c5c51
MG
6 VERSION_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
7 PREREQ_PM => {},
8 MIN_PERL_VERSION => '5.14.0',
9 ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
10 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
11 LICENSE => 'perl',
12 META_ADD => {
13 dynamic_config => 0,
14 }
e628c597 15);
This page took 0.010508 seconds and 4 git commands to generate.