X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=Makefile.PL;h=d58d28fa734c52980ed11271dd57fcf1f26b526c;hp=91c75a45c8bd217e044f5a0afb19f6dd38e7f717;hb=81e9b34cfadec455049974816d73c410023efa46;hpb=47a5153fd919a2d6b4a5fa3968914924b366ad6b diff --git a/Makefile.PL b/Makefile.PL index 91c75a4..d58d28f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ author 'Matt S. Trout '; include 'Module::AutoInstall'; requires 'Catalyst' => '5.7007'; -requires 'Class::C3'; +requires 'Class::C3' => '0.20'; requires 'parent'; requires 'Task::Weaken'; requires 'HTTP::Request::AsCGI';