From: Tomas Doran Date: Mon, 24 Jan 2011 23:31:45 +0000 (+0000) Subject: Don't be dumb, auth breaks on new cat, not other way round X-Git-Tag: 5.89001~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=d877f8685ec6e22ec4b07aad67ccc4a384b8e448;hp=ef41ea15458d2d2beddee792deea598249df2852 Don't be dumb, auth breaks on new cat, not other way round --- diff --git a/Makefile.PL b/Makefile.PL index c30824e..5d0180e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -129,8 +129,7 @@ my %conflicts = ( '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',