[Catalyst] Catalyst::Plugin::Server::XMLRPC and Catalyst 5.7000
Matt S Trout
dbix-class at trout.me.uk
Wed Jul 19 07:01:11 CEST 2006
Alex Pavlovic wrote:
> Hi,
>
> I found something odd when using the XMLRPC Server plugin and Catalyst 5.7000.
> I installed both Runtime and Devel from freebsd ports. When I run
> app_server.pl I get ARRAYREF in "Private" column under debug below. I was
> not getting this in the 5.69 however.
I'd bet this is because the XMLRPCPath DispatchType subclasses
Catalyst::DispatchType::Path, which now uses an arrayref to store actions
registered to a given path in order to support things like
package MyApp::Controller::Books;
sub all :Path :Args(0) { # matches /books
}
sub one :Path :Args(1) { # matches /books/<id>
}
--
Matt S Trout Offering custom development, consultancy and support
Technical Director contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd. mst (at) shadowcatsystems.co.uk for more information
+ Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +
More information about the Catalyst
mailing list