X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Makefile.PL;h=39a964ebfe344c5184968b764ac17cafa56db963;hp=01cdaff427464977e0e1801bd00d1dadba04c1f9;hb=38e43e6542f104aa1fb29819a41f6d03f78667a8;hpb=8529a7eae1126f3692285c9dc5d818dd192a0baf diff --git a/Makefile.PL b/Makefile.PL index 01cdaff..39a964e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,16 +7,18 @@ 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'; requires 'namespace::autoclean' => '0.09'; -requires 'namespace::clean' => '0.13'; -requires 'B::Hooks::EndOfScope' => '0.10'; +requires 'namespace::clean' => '0.23'; requires 'MooseX::Emulate::Class::Accessor::Fast' => '0.00903'; requires 'Class::Load' => '0.12'; requires 'Class::MOP' => '0.95';