[OT] Re: [Catalyst] ANNOUNCE: Catalyst::Devel 1.07 andCatalyst::Manual5.7012 released to CPAN

2008-06-10 Thread Brad Bowman
YAML is hard to understand for a blind developer because if he arrows up or down the text, he hears the current line spoken, but he doesn't know how many spaces is that line indented. YAML is useful only visually, but not all the programmers can see, so from this point of view, other

Re: [Catalyst] create search engine friendly uri from string

2009-01-19 Thread Brad Bowman
Robin Berjon wrote: On Dec 15, 2008, at 21:53 , Johannes Plunien wrote: My not very elegant, but working solution: my $str = Beta Launch Invites: Kwyno Brings The Web Into Your IM And (Soon) SMS Inboxes ; $str =~ s/^\s+|\s+$//g; $str =~ s/\W/ /g; $str =~ s/\s{1,}/ /g; $str =~ s/\s/-/g;

Re: [Catalyst] X-Forwarded-Path

2012-11-11 Thread Brad Bowman
On 11/10/12 00:34, Stephen Shorrock wrote: I'm trying to run an application behind a frontend proxy where the path at the front end is not route: config on frontend.mydomain.ac.uk Location /CUFSE RewriteEngine On RewriteCond %{REMOTE_USER} (.+) RewriteRule . -

Re: [Catalyst] unicode warnings (+ errors C::P::UploadProgress)

2013-06-13 Thread Brad Bowman
On 14/06/13 14:39, Alan Humphrey wrote: I just upgraded to the latest Catalyst (5.90040). I’m now seeing this warning on all pages: [2013/06/13 09:50:53] [catalyst] [WARN] Can't call method decode on an undefined value at