[Catalyst-commits] r10143 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu May 14 01:21:43 GMT 2009
Author: t0m
Date: 2009-05-14 01:21:43 +0000 (Thu, 14 May 2009)
New Revision: 10143
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Fix last commit
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-14 01:16:25 UTC (rev 10142)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-14 01:21:43 UTC (rev 10143)
@@ -106,7 +106,7 @@
# 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',
More information about the Catalyst-commits
mailing list