X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=13f75843f067bcf0c9795dbaff72fa5f2e4b5d28;hb=9e1acbcb35f4ab7384e05ad9dd5fefab54739f76;hp=19cc1185483f8692624cc41cfb4ed5668fa3f5d1;hpb=d4df44503d8844b01f39da9dae5c546623d3a99f;p=poe-component-irc-plugin-hello.git diff --git a/Makefile.PL b/Makefile.PL index 19cc118..13f7584 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', 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, }, );