From: Tomas Doran Date: Tue, 16 Apr 2013 07:24:30 +0000 (+0100) Subject: Add Module::Install::Authority X-Git-Tag: 1.08~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=146fd2e949fdbca81dbcde72c9273125837712f9;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git Add Module::Install::Authority --- diff --git a/Makefile.PL b/Makefile.PL index 657423d..0910ee6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings; use inc::Module::Install; use Module::Install::AuthorRequires; use Module::Install::AuthorTests; +use Module::Install::Authority; perl_version '5.8.1'; @@ -17,6 +18,7 @@ requires('Data::Serializer' => '0.36'); test_requires 'Test::More' => '0.88'; +authority 'MSTROUT'; author_requires 'Test::Pod' => 1.14; author_requires 'Module::Info'; author_requires 'File::Find::Rule';