[Catalyst] Mason view hackers (and other views), PING
Dave Rolsky
autarch at urth.org
Sat May 19 17:50:43 GMT 2007
On Tue, 15 May 2007, Florian Ragwitz wrote:
> On Tue, May 15, 2007 at 02:21:01AM +0200, Florian Ragwitz wrote:
>> As no one really cared so far I just set up a repository for
>> Catalyst::View::Mason at
>>
>> git://git.perldition.org/Catalyst-View-Mason.git
>>
>> with a gitweb interface at
>> http://git.perldition.org/?p=Catalyst-View-Mason.git;a=summary
>
> Now the repo contains C::V::Mason 0.08 plus the following changes:
>
> * a nice test suite
> * fixed default charset
> * use component configuration
> * a render method
> * use $c->action instead of $c->request->match (if you ask for it)
>
> and some other minor things.
>
> This is what I'd like to upload to cpan, but before I do so I'd like you
> to take a look at what I've done. I'd be happy to get any kind of
> feedback as well as patches for the latest cpan version of this module I
> didn't find and merge.
I tried using it and found an odd problem. In the constructor, you have a
line like this:
comp_root => $c->config->{root}->stringify,
I'm not sure what you expect root to be, but in my setup, it's just a
plain old string, so this causes a fatal error.
-dave
/*===================================================
VegGuide.Org www.BookIRead.com
Your guide to all that's veg. My book blog
===================================================*/
More information about the Catalyst
mailing list