X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=2e7160b74b51cce1e8ad9f98d61689e27f065348;hb=12ef2a3050686f217289ed540d4f46edf0b37fe8;hp=5b2a60cc5c742fb763543ae6ede01f4b8e2723de;hpb=88ce7e880db5d9fb46bb18db14aad5ef958166eb;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 5b2a60c..2e7160b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,9 +3,9 @@ use inc::Module::Install 0.65; name 'Catalyst-Plugin-ConfigLoader'; all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; -requires 'Catalyst::Runtime'; -requires 'Data::Visitor' => '0.02'; -requires 'Config::Any' => '0.08'; +requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() +requires 'Data::Visitor' => '0.02'; +requires 'Config::Any' => '0.08'; requires 'Test::More';