]> iEval git - poe-component-irc-plugin-logger-irssi.git/blame_incremental - Makefile.PL
Reindent code and Makefile.PL
[poe-component-irc-plugin-logger-irssi.git] / Makefile.PL
... / ...
CommitLineData
1use 5.014000;
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
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.013848 seconds and 4 git commands to generate.