Unknown error has been vanquished.
Tomas Doran [Wed, 13 May 2009 23:40:44 +0000 (23:40 +0000)]
Changes
Makefile.PL
TODO

diff --git a/Changes b/Changes
index 06a56b4..16b6295 100644 (file)
--- 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)
index bd120f0..9996857 100644 (file)
@@ -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 (file)
--- 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: