Reindent
[poe-component-irc-plugin-hello.git] / Makefile.PL
index 19cc1185483f8692624cc41cfb4ed5668fa3f5d1..13f75843f067bcf0c9795dbaff72fa5f2e4b5d28 100644 (file)
@@ -2,19 +2,19 @@ use 5.014000;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-    NAME             => 'POE::Component::IRC::Plugin::Hello',
-    VERSION_FROM     => 'lib/POE/Component/IRC/Plugin/Hello.pm',
+       NAME             => 'POE::Component::IRC::Plugin::Hello',
+       VERSION_FROM     => 'lib/POE/Component/IRC/Plugin/Hello.pm',
        ABSTRACT_FROM    => 'lib/POE/Component/IRC/Plugin/Hello.pm',
        AUTHOR           => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION => 5.014000,
        LICENSE          => 'perl',
        SIGN             => 1,
-    PREREQ_PM        => {
-         'List::Util' => 0,
-         'IRC::Utils' => 0,
-         'POE::Component::IRC::Plugin' => 0,
+       PREREQ_PM        => {
+               'List::Util' => 0,
+               'IRC::Utils' => 0,
+               'POE::Component::IRC::Plugin' => 0,
        },
        BUILD_REQUIRES   => {
-         'Test::MockObject' => 1.09,
+               'Test::MockObject' => 1.09,
        },
 );
This page took 0.010686 seconds and 4 git commands to generate.