Andy Grundman writes "The Catalyst development team is proud to announce the release of Catalyst version 5. Catalyst is an "Elegant MVC Web Application Framework", which means it provides an easy-to-use API for gluing together database models (Class::DBI), web templates (Template Toolkit, Mason), and your custom web actions/controllers and running it all on your web server. Catalyst borrows heavily from systems like Ruby On Rails and Maypole. The key concepts are DRY (don't repeat yourself) and Lego Architecture (reusable components).
The Catalyst 5 distribution is available via CPAN and you can visit the Catalyst web site at catalyst.perl.org for more information."
Re:Silly but important question...
sri on 2005-04-20T21:48:31
Catalyst itself is pure Perl.Re:Silly but important question...
hsmyers on 2005-04-23T03:12:17
Thanks for the update. I was able to involve the gang at Perl Monks and we came to the same conclusion---you're fine with Catalyst itself although you may be bitten by some of it's dependancies. While I've yet to bite the bullet, I'm hoping that either I've already got the better know XS based depandants or ppm can suck them down as needed.
--hsm