Reindent code and Makefile.PL
[poe-component-irc-plugin-logger-irssi.git] / Makefile.PL
index f6d6aa00bc3d0b274eddae2d7c6980f91971f74c..9fb700d3155c793b11d4b198a998fc5b6e190aa4 100644 (file)
@@ -2,14 +2,14 @@ use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    NAME              => 'POE::Component::IRC::Plugin::Logger::Irssi',
-    VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
-    PREREQ_PM         => {},
+       NAME              => 'POE::Component::IRC::Plugin::Logger::Irssi',
+       VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
+       PREREQ_PM         => {},
        MIN_PERL_VERSION  => '5.14.0',
        ABSTRACT_FROM     => 'lib/POE/Component/IRC/Plugin/Logger/Irssi.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        LICENSE           => 'perl',
        META_ADD          => {
-         dynamic_config  => 0,
+               dynamic_config  => 0,
        }
 );
This page took 0.011084 seconds and 4 git commands to generate.