X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=blobdiff_plain;f=Makefile.PL;h=436b630a418c3cf7640741fb380db9ebd8aae633;hp=2d8551c88e5e7806c9426cd6a323307e7b6a570f;hb=7fce5bb08f7ee5ec72ca09f79b3350b03f1e8a75;hpb=57e1d22df9607a8c496b4bf74ca639221387ed3e diff --git a/Makefile.PL b/Makefile.PL index 2d8551c..436b630 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ all_from 'lib/Catalyst/Controller/WrapCGI.pm'; author 'Matt S. Trout '; requires 'Catalyst' => '5.7007'; +requires 'Class::C3'; requires 'parent'; requires 'Task::Weaken'; requires 'HTTP::Request::AsCGI';