Subject: CVS commit: wip/p5-Catalyst
From: Roman Kulik
Date: 2005-08-26 19:37:03
Message id: E1E8i8k-0000ix-3U@sc8-pr-cvs1.sourceforge.net

Log Message:
Catalyst is an elegant web application framework, extremely flexible yet
extremely simple. It's similar to Ruby on Rails, Spring (Java) and
Maypole, upon which it was originally based.

Catalyst follows the Model-View-Controller (MVC) design pattern, allowing
you to easily separate concerns, like content, presentation and flow control,
into separate modules. This separation allows you to modify code that handles
one concern without affecting code that handles the others. Catalyst promotes
re-use of existing Perl modules that already handle common web application
concerns well.

WWW: http://search.cpan.org/dist/Catalyst/

Files:
RevisionActionfile
1.1importwip/p5-Catalyst/distinfo
1.1importwip/p5-Catalyst/PLIST
1.1importwip/p5-Catalyst/Makefile
1.1importwip/p5-Catalyst/DESCR