libcatalyst-perl 5.90042-2 source package in Ubuntu

Changelog

libcatalyst-perl (5.90042-2) unstable; urgency=low


  * Conflict/Provide/Replace libcatalyst-plugin-unicode-encoding-perl, whose
    module and manpage we're taking over (Closes: #719430).

 -- Florian Schlichting <email address hidden>  Sun, 11 Aug 2013 22:32:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90042-2.dsc 3.7 KiB 6087038fe1436443e4bc277cd73ead30fbe027f6ef824f97ea9c63bf418e4cb1
libcatalyst-perl_5.90042.orig.tar.gz 283.5 KiB 45865a8703ceb03d58f800e4735ea6bfb255ca4e84bca09e981899d3f637ae83
libcatalyst-perl_5.90042-2.debian.tar.xz 9.7 KiB aa231474c5c8037beffa7b837731ccbb27ad6ac26fe9c73b4025fbef9d938531

No changes file available.

Binary packages built by this source

libcatalyst-perl: elegant Model-View-Controller Web Application Framework

 Catalyst is an elegant web application framework, extremely flexible yet very
 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
 the re-use of existing Perl modules that already handle common web application
 concerns well.
 .
 This package only contains the Catalyst::Runtime module. If you want to develop
 your own web applications install libcatalyst-modules-perl as well.