Reindent code, tests, Makefile.PL
[poe-component-irc-plugin-infobot.git] / Makefile.PL
index 372de9c7bf49da1604343b924f3cdae4e4c23d7e..4645acd10afe789e1273625d254d7d69f3246fc1 100644 (file)
@@ -1,21 +1,21 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-  NAME              => 'POE::Component::IRC::Plugin::Infobot',
-  VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
-  ABSTRACT_FROM     => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
-  AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
-  LICENSE           => 'perl',
-  MIN_PERL_VERSION  => '5.14.0',
-  META_ADD          => {
-       dynamic_config  => 0,
-  },
-  PREREQ_PM         => {
-       POE::Component::IRC::Plugin => 0,
-       IRC::Utils => 0.12,
-       DB_File => 0.
-  },
-  BUILD_REQUIRES      => {
-       Test::MockObject => 0,
-  }
+       NAME              => 'POE::Component::IRC::Plugin::Infobot',
+       VERSION_FROM      => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
+       ABSTRACT_FROM     => 'lib/POE/Component/IRC/Plugin/Infobot.pm',
+       AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       LICENSE           => 'perl',
+       MIN_PERL_VERSION  => '5.14.0',
+       META_ADD          => {
+               dynamic_config  => 0,
+       },
+       PREREQ_PM         => {
+               POE::Component::IRC::Plugin => 0,
+               IRC::Utils => 0.12,
+               DB_File => 0.
+       },
+       BUILD_REQUIRES      => {
+               Test::MockObject => 0,
+       }
 );
This page took 0.01132 seconds and 4 git commands to generate.