[Catalyst-commits] r13929 - Catalyst-Runtime/5.80/branches/psgi

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Jan 24 23:31:46 GMT 2011


Author: t0m
Date: 2011-01-24 23:31:45 +0000 (Mon, 24 Jan 2011)
New Revision: 13929

Modified:
   Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
Log:
Don't be dumb, auth breaks on new cat, not other way round

Modified: Catalyst-Runtime/5.80/branches/psgi/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2011-01-24 23:31:08 UTC (rev 13928)
+++ Catalyst-Runtime/5.80/branches/psgi/Makefile.PL	2011-01-24 23:31:45 UTC (rev 13929)
@@ -129,8 +129,7 @@
     'Catalyst::Plugin::ENV' => '9999', # This plugin is just stupid, full stop
                                        # should have been a core fix.
     'Catalyst::Plugin::Unicode::Encoding' => '0.2',
-    'Catalyst::Plugin::Authentication' => '0.10016', # _config accessor in ::Credential::Password
-                                                     # make tests work with psgi
+    'Catalyst::Plugin::Authentication' => '0.10010', # _config accessor in ::Credential::Password
     'Catalyst::Authentication::Credential::HTTP' => '1.009',
     'Catalyst::Plugin::Session::Store::File' => '0.16',
     'Catalyst::Plugin::Session' => '0.21',




More information about the Catalyst-commits mailing list