From: Tomas Doran Date: Sat, 8 May 2010 20:52:59 +0000 (+0000) Subject: Bump version to avoid issues X-Git-Tag: v1.013~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=6fe7b20df6b50f884fc01bf5f44ef063a5d629ed Bump version to avoid issues --- 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';