Stop using Adopt::CAF by default
Tomas Doran [Mon, 29 Dec 2008 17:52:39 +0000 (17:52 +0000)]
Changes
lib/Catalyst/Component.pm

diff --git a/Changes b/Changes
index f1cf48b..7c3b047 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Stop using MooseX::Adopt::Class::Accessor::Fast by default, to stop
+          breaking other packages which use Class::Accessor::Fast
         - Remove unused action_container_class attribute from 
           Catalyst::Dispatcher (t0m)
         - Replace {_body} instance access with calls to _body accessors (t0m)
index 36b0523..0c466fe 100644 (file)
@@ -3,7 +3,6 @@ package Catalyst::Component;
 use Moose;
 use Class::MOP;
 use Class::MOP::Object;
-use MooseX::Adopt::Class::Accessor::Fast;
 use Catalyst::Utils;
 use Class::C3::Adopt::NEXT;
 use MRO::Compat;