Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Andrew Rodland
On Monday 26 October 2009 04:51:57 pm Evan Carroll wrote: My latest project, a Craigslist posting tool, is configured through the applications yaml conf file. I'm looking for a way to test based the conf file with Catalyst::Test. Any idea of how to accomplish this? You're gonna need some

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Evan Carroll
So, you want your tests to be configured based on a yaml config file? Or you want to base your tests off of a yaml config file? I'm not sure there is a difference as you word it. I want to dynamically modify the configuration of my application for the purpose of testing. That configuration is

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Jason Galea
On Tue, Oct 27, 2009 at 8:17 AM, Evan Carroll li...@evancarroll.com wrote: I want to dynamically modify the configuration of my application for the purpose of testing. That configuration is loaded from a yaml. I'm unsure of how to to load a different yaml-conf for the purpose of testing

Re: [Catalyst] Re: generating and redirecting to pdfs

2009-10-26 Thread Jason Galea
On Sun, Oct 25, 2009 at 12:49 AM, Aristotle Pagaltzis pagalt...@gmx.dewrote: * Jason Galea li...@eightdegrees.com.au [2009-10-21 01:50]: $c-res-header( 'Content-Disposition' = 'attachment;filename='.$c-stash-{pdf_filename} ); This will break for filenames with spaces in them. For strict

Re: [Catalyst] generating and redirecting to pdfs

2009-10-26 Thread hkclark
On Tue, Oct 20, 2009 at 6:25 PM, Steve Rippl rip...@woodlandschools.orgwrote: Hi, I'm using TT for my View templates, and I'm experimenting with Template::Plugin::Latex for generating pdf reports. Now I'm generating pdfs (which is nice!) but not redirecting to them at the end, so I suspect

Re: [Catalyst] Debian recommendation

2009-10-26 Thread J. Shirley
On Mon, Oct 26, 2009 at 2:08 PM, Evan Carroll li...@evancarroll.com wrote: I just wanted to buzz in and be slightly more explicit. Debian doesn't understand Perl, and they don't care about CPAN. Debian hand-hacks stuff in the most virulent and ridiculous fashion: they'll open up a perl class,

Re: [Catalyst] Debian recommendation

2009-10-26 Thread Evan Carroll
they're not published under the same namespaces, they don't change version numbers, and they're hardly sound improvements. That was supposed to read they're *not* published under different namespaces. The difference between a troll and a critique Citations and references. Fair enough, I've

Re: [Catalyst] generating and redirecting to pdfs

2009-10-26 Thread Steve Rippl
On Mon, 2009-10-26 at 18:49 -0400, hkcl...@gmail.com wrote: Hi Steve, It sounds like you probably want to stick with something that's specific to LaTeX, so this may be of no help for you, but I thought I would pass it along just in case. I have recently used Jon Allen's