[Catalyst-commits] r8785 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Dec 7 21:38:39 GMT 2008
Author: t0m
Date: 2008-12-07 21:38:38 +0000 (Sun, 07 Dec 2008)
New Revision: 8785
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/TODO
Log:
Redact the fixing of Cache::Curried from the changelog as I didn't. Update TODO
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2008-12-07 21:17:07 UTC (rev 8784)
+++ Catalyst-Runtime/5.80/trunk/Changes 2008-12-07 21:38:38 UTC (rev 8785)
@@ -1,9 +1,9 @@
# This file documents the revision history for Perl extension Catalyst.
- - Fix issues in Catalyst::Controller::WrapCGI,
- Catalyst::Plugin::Cache::Curried and any other component which
- import (or define) their own meta method by always explicitly
- calling Class::MOP::Object->meta inside Catalyst (t0m)
+ - Fix issues in Catalyst::Controller::WrapCGI
+ and any other components which import (or define) their
+ own meta method by always explicitly calling
+ Class::MOP::Object->meta inside Catalyst (t0m)
- Add test for this (t0m)
- Add test case for the bug which is causing the
Catalyst::Plugin::Authentication tests to fail (t0m)
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2008-12-07 21:17:07 UTC (rev 8784)
+++ Catalyst-Runtime/5.80/trunk/TODO 2008-12-07 21:38:38 UTC (rev 8785)
@@ -1,24 +1,24 @@
- Fix t/caf_backcompat_plugin_accessor_override.t
- - Looks like stash is not available during prepare_path when running under
- Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with
- "Can't use an undefined value as a HASH reference" - test case for core
- + fix maybe (marcus)
+ - meta-method.diff test for MX::Emulate::CAF needed by
+ ::Plugin::Cache::Curried
- Common engine test failures, look into and get tests into core.
- - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method.
+ - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree"
+ via package "Catalyst::Dispatcher", fix the plugin as tree was never
+ a public method.
- - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module.
+ - Catalyst-Model-Akismet, incorrectly inherits from
+ Catalyst::Component::InstancePerContext, should compose as a role.
+ Fix the module.
- - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix?
+ - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol
+ table as methods, tests + fix?
- - MooseX::Emulate::Class::Accessor::Fast
- - Tests for uses of C::A::F from Catalyst repos. - t0m
- - New release once these are done.
-
- Update Test suite to not assume MyApp ISA Controller
- - After that set up attr handlers that will output helpful error messages when you do it as well as how to fix it. (done already?)
+ - After that set up attr handlers that will output helpful error messages
+ when you do it as well as how to fix it. (done already?)
- Comments marked /Moose TODO/i in the code
More information about the Catalyst-commits
mailing list