[Catalyst] Re: [Dbix-class] Cat Model DBIC Schema fails test if *optional* prereq isn't installed

2009-06-30 Thread Toby Corkindale
Toby Corkindale wrote: Hi, Catalyst::Model::DBIC::Schema lists Catalyst::Devel as an *optional* dependency. However if you do not have Catalyst::Helper installed (via Catalyst::Devel) then C-M-DBIC-Schema fails its unit tests and won't install via CPAN. Fix committed to trunk. Cheers,

[Catalyst] Re: Incorrect $c-req-base using Catalyst::Engine::SCGI on Win32

2009-06-30 Thread Will Hawes
2009/6/28 Orlando Vazquez ovazq...@gmail.com: Ok, just to make sure I understand the root cause of this problem: apache...@win32 sets SCRIPT_NAME to /action (or whatever PATH_INFO is), when it should really be something like , / or undef, is this correct? I assume this only happens when the

Re: [Catalyst] Use of uninitialized value $buffer error

2009-06-30 Thread Tomas Doran
On 20 Jun 2009, at 15:32, Jesse Sheidlower wrote: I'm having a hell of a time trying to track down the reasons for this error. I'm getting an error that looks like: Use of uninitialized value $buffer in concatenation (.) or string at /usr/share/perl5/Catalyst/Engine/CGI.pm line 220. For

Re: [Catalyst] Warnings when upgrading Catalyst

2009-06-30 Thread Tomas Doran
On 25 Jun 2009, at 10:57, Ovid wrote: --- On Wed, 24/6/09, Tomas Doran bobtf...@bobtfish.net wrote: From: Tomas Doran bobtf...@bobtfish.net Also, you're in debug mode.. Do you get the warnings when debug mode is disabled? Cool! When I disable debug mode, the warnings go away. Never

[Catalyst] RenderView install problem

2009-06-30 Thread Peter Karman
apologies if this has been reported elsewhere. fresh perl 5.8.9 install under ubuntu. latest of everything installed from cpan, but install of Catalyst::Action::RenderView fails with: t/04live...Could not load class (TestApp) because : Can't use string (TestApp) as a HASH ref while

Re: [Catalyst] RenderView install problem

2009-06-30 Thread Florian Ragwitz
On Tue, Jun 30, 2009 at 05:04:36PM -0500, Peter Karman wrote: apologies if this has been reported elsewhere. That was a regression iN Catalyst-Runtime 5.80006. It's fixed in 5.80007. -- BOFH excuse #129: The ring needs another token signature.asc Description: Digital signature

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.80007

2009-06-30 Thread Tomas Doran
The Catalyst core team is pleased to announce the availability of the latest maintenance release of Catalyst-Runtime, version 5.80007. This fixes an important regression with actions on the application class which have custom attributes (for example, end : ActionClass ('RenderView')).