[Catalyst] Deploying with Perlbrew

2012-05-15 Thread Bill Moseley
Is anyone creating an RPM out of their Perlbrew install? I'm looking for pointers and examples. At work we currently build separate RPMs for all our in-house dependencies and the catalyst apps (as well as for any CPAN distributions that existing RPMs don't exist or are ouf date). It's a pretty

Re: [Catalyst] Deploying with Perlbrew

2012-05-15 Thread Bill Moseley
On Tue, May 15, 2012 at 8:18 AM, Tobias Kremer tobias.kre...@gmail.comwrote: We played around with building .debs for all dependencies (mainly because our ISP understandably likes packages), but it's a total PITA IMHO. So we went the local::lib route and never looked back. That way we can

Re: [Catalyst] Deploying with Perlbrew

2012-05-15 Thread Nick
On 15/05/12 14:05, Bill Moseley wrote: Is anyone creating an RPM out of their Perlbrew install? I'm looking for pointers and examples. I found .spec files for Perl are surprisingly hard to come by. I ended up writing my own. I'm not using Perlbrew, but here's my .spec (appended) with a

Re: [Catalyst] Authentication in a Many Database Scenario (again)

2012-05-15 Thread John Romkey
On May 15, 2012, at 3:11 PM, sc...@simpzoid.com sc...@simpzoid.com wrote: I’d like to offer users their own database (so that their own data is separate from other users) but use the same MVC code for all the user databases. Following some helpful advice from this forum I have found the