On Wed, 24 Oct 2007 10:26:24 -0600
Tyler Bird <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> Hey I was wondering if there was any MVC framework that anybody on
> this list could point
> me to that work work well with mod_perl.
>
> We are having difficulty finding a good MVC framework for perl.
>
> I
On 10/25/07, Yuri Pats <[EMAIL PROTECTED]> wrote:
> From some
> time (maybe some upgrade was done) all handlers that uses
> Apache2::Request, was broken.
Sounds like you should try recompiling libapreq2 then.
- Perrin
I have done some more test to nail down the problem with Activestate perl 5.8.8
build 822 and modperl.
I have tested with the theoryx distribution of modperl and compiled everything
from scratch (vc7).
Both have the same problems.
When starting Apache with a reasonable amount of perl modules th
I'll throw in another vote for Catalyst as well - switched some apps to it a
few months ago, and I have been extremely happy with it since. It is an
outstanding piece of work.
Pete
-Original Message-
From: Tyler Bird [mailto:[EMAIL PROTECTED]
Sent: Wednes
Good day.
Some strange thigs happens on my computer now.
I use mod_perl a lot. Sometimes I debug apps on my desktop. From some
time (maybe some upgrade was done) all handlers that uses
Apache2::Request, was broken.
Some simple example:
sub handler : method {
my ($self, $r) = @_;
On 25 Oct 2007, at 03:37, Foo JH wrote:
What is fast to cook, good to eat is HTML::Template. No XML, easy
abstraction between your web designer and developer.
[snip]
And like TT2 is just the V bit of MVC
Adrian