X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=e5027135cb13c60fa8ce7b0525a3c74556e07f9a;hp=01cdaff427464977e0e1801bd00d1dadba04c1f9;hb=57746b806ef4de802abec0c4a38a9524eb359661;hpb=d0a02856666b38a92f5905e86e11fd053dff91bd diff --git a/Makefile.PL b/Makefile.PL index 01cdaff..e502713 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,10 +7,13 @@ use inc::Module::Install 0.91; use Module::Install::AuthorRequires; use Module::Install::CheckConflicts; use Module::Install::AuthorTests; +use Module::Install::Authority; perl_version '5.008003'; name 'Catalyst-Runtime'; +author 'Sebastian Riedel '; +authority 'MSTROUT'; all_from 'lib/Catalyst/Runtime.pm'; requires 'List::MoreUtils';