head	1.2;
access;
symbols
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.07.11.18.13.28;	author lbr;	state dead;
branches;
next	1.1;

1.1
date	2005.04.07.09.44.23;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Catalyst was split into several modules on CPAN, mainly Catalyst::Runtime
and Catalyst::Devel

Catalyst.pm is in the Catalyst::Runtime distribution, so p5-Catalyst will
point at p5-Catalyst-Runtime in MOVED, and p5-Catalyst will go away.
@
text
@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/
@


1.1
log
@add p5-Catalyst 4.34
The Elegant MVC Web Application Framework
@
text
@@

