X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=277003cd5e187066a2ee3a402360afff01efe941;hb=cfead6044805773c94be622d0300315db85428f5;hp=7f6782ccafd54f4a10f0830cc99872e3ee5b6735;hpb=6bdc60ea9bd24072d575daff7b87f351626e4bc5;p=catagits%2FCatalyst-Authentication-Credential-OpenID.git diff --git a/Makefile.PL b/Makefile.PL index 7f6782c..277003c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,9 +18,9 @@ requires "Catalyst::Plugin::Session::Store::FastMmap" => "0.05"; requires "Catalyst::Plugin::Session::State::Cookie" => "0.08"; requires "Catalyst::Engine::HTTP" => undef; -recommends "Config::General" => "2"; -recommends "YAML" => "0.6"; -recommends "Math::BigInt" => undef; +recommends "Config::General" => "2"; +recommends "YAML" => "0.6"; +recommends "Math::BigInt" => undef; recommends "LWPx::ParanoidAgent" => "1.03"; test_requires "Catalyst::Engine::HTTP";