summaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Runtime
AgeCommit message (Collapse)AuthorFilesLines
2008-11-10- updated to 5.7015rhaen2-10/+7
- took maintainership ChangeLog: 5.7015 2008-10-15 22:57:00 - Workaround change in LWP that broke a cookie test (RT #40037)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-15Added www/p5-Catalyst-Runtime version 5.7014abs3-0/+59
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.