X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=96194b74d5e530fac457f031fa7fef4b2c4f1376;hb=6fe7b20df6b50f884fc01bf5f44ef063a5d629ed;hp=1b7ce66448edea8d711c7a37645c9f068da8b7db;hpb=3aff571ea68c828e52aaf74e53783a2c8de14b5a;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git diff --git a/Makefile.PL b/Makefile.PL index 1b7ce66..96194b7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ name 'Catalyst-Authentication-Credential-HTTP'; all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm'; requires 'Catalyst::Runtime'; -requires 'Catalyst::Plugin::Authentication' => '0.10000'; +requires 'Catalyst::Plugin::Authentication' => '0.10005'; requires 'Data::UUID' => '0.11'; requires 'String::Escape'; requires 'Test::Exception';