Re: [Catalyst] Change of server

2017-03-03 Thread Juan Miguel Paredes
On Fri, Mar 3, 2017 at 7:35 AM, "Andrés Chandía" wrote: > Thanks for your concern, I have tried that also: > > systemctl status apache2 > > apache2.service - LSB: Apache2 web server >Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) > Drop-In:

Re: [Catalyst] Regex dispatch type is deprecated

2015-07-09 Thread Juan Miguel Paredes
Just a reminder, for people that have been hit by initially missing a detail, like me, and at least someone else in this -probably not a bug- report: https://rt.cpan.org/Public/Bug/Display.html?id=104451 If you're using the controller skeleton provided by 'myapp_create.pl controller ...', and

Re: [Catalyst] C::V::Email and Email::Sender 0.120002 - 1.300003

2013-02-13 Thread Juan Miguel Paredes
On Mon, Feb 11, 2013 at 10:46 AM, Anthony Gladdish anthony.gladd...@newcastle.ac.uk wrote: Hi, I have a patch from Ilmari that fixes this. Among some other issues, that will be fixed in this next release which I hope to get out today. Hi, I'm also having the same problem reported by

Re: [Catalyst] Debian recommendation

2009-10-16 Thread Juan Miguel Paredes
2009/10/17 Octavian Râşniţă orasn...@gmail.com: Hi, I've seen a recommendation on this list for Debian for running perl apps, and recently I started to use this distro. I've seen that I can install perl modules very hard under Debian if I use the CPAN shell. For example if I run $ cpan

Re: [Catalyst] Scalable Catalyst

2009-04-17 Thread Juan Miguel Paredes
On Sat, Apr 18, 2009 at 2:42 AM, Graeme Lawton glaw...@alola.org wrote: Yeah, I was reading this the other day. Does anyone know if they use DBIC? Apparently, yes... ...The team which produces the web side server components for BBC iPlayer is expanding. We use Catalyst, DBIx::Class and TT to

Re: [Catalyst] Model/Controller logic separation - best practices?

2008-03-04 Thread Juan Miguel Paredes
On Wed, Mar 5, 2008 at 3:05 PM, Ian Sillitoe [EMAIL PROTECTED] wrote: Controller/TableA.pm: $c-{stash}-{row_a} = $c-model('MyDBIC::TableA')-find('id'); $c-{stash}-{template} = 'view_a.tt2'; $c-forward('Catalyst::View::TT'); /root/src/view_a.tt2: [% rows_b = row_a.get_related_rows( optional