X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=blobdiff_plain;f=Makefile.PL;h=0910ee636001ae2f276c74e5e72f9c3499ce1318;hp=657423d2685b3a1553e1a248b89ff66af7de80a5;hb=HEAD;hpb=79025f72c27ba313b3c701cee238f84166f32f9e 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';