From: Florian Ragwitz Date: Tue, 12 Jan 2010 02:54:49 +0000 (+0100) Subject: Depend on a Static::Simple that's known to not break. X-Git-Tag: 1.26~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=13096aba49b9b72c30d54818d972a5bdd4f44b3e Depend on a Static::Simple that's known to not break. --- diff --git a/Makefile.PL b/Makefile.PL index 4b03c44..407562f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ requires 'namespace::clean'; requires 'namespace::autoclean'; requires 'Catalyst' => '5.8001402'; requires 'Catalyst::Action::RenderView' => '0.10'; -requires 'Catalyst::Plugin::Static::Simple' => '0.21'; +requires 'Catalyst::Plugin::Static::Simple' => '0.28'; requires 'Catalyst::Plugin::ConfigLoader' => '0.23'; requires 'Config::General' => '2.42'; # as of 1.07, we use .conf and not .yaml requires 'File::ChangeNotify' => '0.07';