X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9998e72bb2f4e2abe413b60350c53b49208e69fc;hb=afce197f767f69b7e4e5ad6e00276accc48e29fd;hp=cc499d001b49bbd09dfa2645e809af48142e5ca7;hpb=2b72eb536c08a8853a23381e6c393f64f8ea8b61;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index cc499d0..9998e72 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use inc::Module::Install 0.65; name 'Catalyst-Plugin-ConfigLoader'; all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; -requires 'Catalyst'; +requires 'Catalyst::Runtime'; requires 'Data::Visitor' => '0.02'; requires 'Config::Any' => '0.04';