Reindent code and Makefile.PL
[poe-component-irc-plugin-logger-irssi.git] / Makefile.PL
1 use 5.014000;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile(
5 NAME => 'POE::Component::IRC::Plugin::Logger::Irssi',
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 }
15 );
This page took 0.021865 seconds and 5 git commands to generate.