From: Tomas Doran Date: Wed, 3 Apr 2013 21:50:53 +0000 (+0100) Subject: Fix metadata X-Git-Tag: 5.90030~1^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=fa33a3ea47380bd1fad2f27f3b46ae7867532f55;hp=3f91cb2538ee13c6989387c12851f424d38fbdad Fix metadata --- diff --git a/Makefile.PL b/Makefile.PL index 8e6c2c9..0ab8a7f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ perl_version '5.008003'; name 'Catalyst-Runtime'; author 'Sebastian Riedel '; -authority('MSTROUT'); +authority('cpan:MSTROUT'); all_from 'lib/Catalyst/Runtime.pm'; requires 'List::MoreUtils';