in reply to Why can't mod_perl+Mason just work?

I haven't used Mason, but I'm using Apache2/mod_perl2/Template-Toolkit2 with Fedora2, all work fine for me. The only thing I needed to install is the Template Toolkit, event that is just a simple "perl -MCPAN -e shell", no hassels so far.

I do have a question for the framework part, does CGI::Application work with mod_perl also (the name suggests pure CGI), how about CGI::Application with Template Toolkit? I was thinking about looking into that, any comments would be great.

  • Comment on Re: Why can't mod_perl+Mason just work?

Replies are listed 'Best First'.
Re^2: Why can't mod_perl+Mason just work?
by Joost (Canon) on Aug 12, 2004 at 18:41 UTC
Re^2: Why can't mod_perl+Mason just work?
by perrin (Chancellor) on Aug 12, 2004 at 21:03 UTC
    There is a module CGI::Application::TT that adds Template Toolkit support. Not on CPAN for some reason. Google for it.

      FYI, I wrote CGI::Application::TT, but haven't put it up on CPAN yet, because I was hoping the users on the CGI::Application mailing list would give me some critical feedback on it before fully releasing it on CPAN. I haven't received said feedback yet, so I haven't been motivated enough to publish it.

      I guess I should probably just upload it and let CPAN do it's thing...

      - Cees

      ps You can find it at http://cees.crtconsulting.ca/perl/modules/CGI-Application-TT-0.01.tar.gz for the time being.

Re^2: Why can't mod_perl+Mason just work?
by gunzip (Pilgrim) on Aug 12, 2004 at 23:01 UTC
    Template Toolkit isn't the issue here, it's Apache::Template which won't run properly with Apache2.