libcatalyst-perl 5.90006-1ubuntu1 source package in Ubuntu

Changelog

libcatalyst-perl (5.90006-1ubuntu1) precise; urgency=low

  * Pre-Depends: dpkg (>= 1.15.6) for xz compression support.  Needed until
    after Ubuntu 12.04 LTS.
 -- Colin Watson <email address hidden>   Mon, 07 Nov 2011 23:06:24 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90006.orig.tar.gz 257.4 KiB 5c74df5ed8d169626a115fd02689d4d3229c8045d5f35f9fe10ad3c2d8934e05
libcatalyst-perl_5.90006-1ubuntu1.debian.tar.xz 8.4 KiB 6dc648ec26e0286fd07fe1b7f90cf7eb46d38f0582979dea8866a5ce4eb25fd6
libcatalyst-perl_5.90006-1ubuntu1.dsc 3.7 KiB 6a369734da2e63d040a74719a19d45ebfb6fc9dfe1b5fc1fce28ba7340d6e4d2

Available diffs

View changes file

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.