X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5b2a60cc5c742fb763543ae6ede01f4b8e2723de;hb=3231a8d02d0c89b7fa78085da7e9e45660485089;hp=9998e72bb2f4e2abe413b60350c53b49208e69fc;hpb=afce197f767f69b7e4e5ad6e00276accc48e29fd;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Makefile.PL b/Makefile.PL index 9998e72..5b2a60c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; requires 'Catalyst::Runtime'; requires 'Data::Visitor' => '0.02'; -requires 'Config::Any' => '0.04'; +requires 'Config::Any' => '0.08'; requires 'Test::More';