[Catalyst-commits] r10140 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed May 13 23:40:44 GMT 2009
Author: t0m
Date: 2009-05-13 23:40:44 +0000 (Wed, 13 May 2009)
New Revision: 10140
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/Makefile.PL
Catalyst-Runtime/5.80/trunk/TODO
Log:
Unknown error has been vanquished.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-05-13 23:37:03 UTC (rev 10139)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-05-13 23:40:44 UTC (rev 10140)
@@ -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)
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-13 23:37:03 UTC (rev 10139)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2009-05-13 23:40:44 UTC (rev 10140)
@@ -106,6 +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::Plugin::Session::Store::File' => '0.16',
'Catalyst::Plugin::Session' => '0.21',
'Catalyst::Plugin::Session::State::Cookie' => '0.10',
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2009-05-13 23:37:03 UTC (rev 10139)
+++ Catalyst-Runtime/5.80/trunk/TODO 2009-05-13 23:40:44 UTC (rev 10140)
@@ -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:
More information about the Catalyst-commits
mailing list