[Catalyst] Catalyst::Controller::REST + use Catalyst qw/Server Server::XMLRPC/ = Error

Hans Dieter Pearcey hdp.perl.catalyst.users at weftsoar.net
Thu Apr 9 01:20:02 GMT 2009


On Wed, Apr 08, 2009 at 06:00:36PM -0700, Bruce McKenzie wrote:
> Note that if you have a custom request class in your application, and it does
> not inherit from C<Catalyst::Request::REST>, your application will fail with an
> error indicating a conflict the first time it tries to use
> C<Catalyst::Request::REST>'s functionality.  To fix this error, make sure your
> custom request class inherits from C<Catalyst::Request::REST>.
> -------
> but that doesn't seems like an option here. (These are peers, not parent/child
> classes)
> 
> Am I missing something obvious?

Doesn't this suck?  It should clearly be a request role instead of a request
class.

Seriously, I plan to fix this very soon, and I'm sorry it's still biting you.

hdp.



More information about the Catalyst mailing list