From: Tomas Doran Date: Wed, 13 May 2009 23:40:44 +0000 (+0000) Subject: Unknown error has been vanquished. X-Git-Tag: 5.80004~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a95485ca429b33eda98ab4d305cbbf63d51071f0;hp=c98492ae581627840eb5573f6b979550044b2d9a Unknown error has been vanquished. --- diff --git a/Changes b/Changes index 06a56b4..16b6295 100644 --- a/Changes +++ b/Changes @@ -18,6 +18,8 @@ - Require MooseX::MethodAttributes 0.10 and use Moose::Meta::Class->initialize rather than Moose->init_meta to fix bugs related to having a 'meta' method in your controller (t0m) + - Fix cases where your application failing to complie could cause perl to + report 'Unknown Error' (t0m) 5.80003 2009-04-29 16:23:53 - Various POD tweaks. (hdp, dandv) diff --git a/Makefile.PL b/Makefile.PL index bd120f0..9996857 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -106,6 +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::Plugin::Session::Store::File' => '0.16', 'Catalyst::Plugin::Session' => '0.21', 'Catalyst::Plugin::Session::State::Cookie' => '0.10', diff --git a/TODO b/TODO index 2dc0bfd..cedd11d 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,5 @@ Pre 0004: - - Certain errors in your application to do with using other code which does - not exist can cause an 'Unknown error' issue. - - This is now fixed, by moving back to B::Hooks::EndOfScope, but this (used - to) cause issues with the following modules: - - - Catalyst-Authentication-Credential-HTTP - - according to comments in r8991. Retest these before shipping anything.. - - Document method modifiers called on things before setup not working in your app class. Known Bugs: