From: Tomas Doran Date: Thu, 14 May 2009 01:21:43 +0000 (+0000) Subject: Fix last commit X-Git-Tag: 5.80004~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c49128b19ce9fa7afa95ccf9e95da00f74569ab5 Fix last commit --- diff --git a/Makefile.PL b/Makefile.PL index 9996857..cf83e7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,7 +106,7 @@ EOF # NOTE - This is the version number of the _incompatible_ code, # not the version number of the fixed version. my %conflicts = ( - 'Catalyst::Authentication::Credential::HTTP' => '1.009'; + 'Catalyst::Authentication::Credential::HTTP' => '1.009', 'Catalyst::Plugin::Session::Store::File' => '0.16', 'Catalyst::Plugin::Session' => '0.21', 'Catalyst::Plugin::Session::State::Cookie' => '0.10',