Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-MadEye CPAN distribution.

Report information
The Basics
Id: 40149
Status: rejected
Priority: 0/
Queue: App-MadEye

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Don't use Class::Component
Date: Sat, 18 Oct 2008 13:44:27 +0100
To: bugs-app-madeye [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
Class::Component was written to copy much of the Catalyst component system, and duplicates the mistakes that the Catalyst developers made originally building it. We now prefer using Moose, Moose Roles and MooseX::Object::Pluggable to handle plugins - HTTP::Engine has converted to use this better way and so should you :) -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
Okay, I see. I know the Moose is so cool. But I don't want to hacking this software anymore. This software is so stable today. On 土曜日 10月 18 08:44:46 2008, mst@shadowcat.co.uk wrote: Show quoted text
> Class::Component was written to copy much of the Catalyst component
system, Show quoted text
> and duplicates the mistakes that the Catalyst developers made originally > building it. > > We now prefer using Moose, Moose Roles and MooseX::Object::Pluggable to > handle plugins - HTTP::Engine has converted to use this better way and so > should you :) >