X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9998e72bb2f4e2abe413b60350c53b49208e69fc;hb=d392c48d4316f74673af8fb568d792451c25a2bf;hp=3aee6407eefa46d6b107d993ef19731254512b65;hpb=d7948757a8d13b67a438a743b69330f54f043fb3;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 3aee640..9998e72 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,9 @@ -use inc::Module::Install; +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';