libcatalyst-perl 5.90053-1 source package in Ubuntu

Changelog

libcatalyst-perl (5.90053-1) unstable; urgency=low


  * Import Upstream versions 5.90051, 5.90053
  * Drop fix-whatis-entry.patch, applied upstream
  * Update upstream (build-)dependencies
  * Swap the order of the Encode dependency alternatives
  * Drop versions on dependencies satisfied in oldstable
  * Declare compliance with Debian Policy 3.9.5

 -- Florian Schlichting <email address hidden>  Mon, 23 Dec 2013 22:30:58 +0100

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
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90053-1.dsc 3.7 KiB 39e6349c116ed4bd503db13c1ae23ca40d9a04e63944541c2a3c38adedb6ae84
libcatalyst-perl_5.90053.orig.tar.gz 298.0 KiB 105094cee199d1b5a43350f13f2f4c68402a8c2c68f781257764047d3e07fce5
libcatalyst-perl_5.90053-1.debian.tar.xz 9.6 KiB 6d90e201b1f3c1d8423feec4bf724f8463a295ecaca4269c519bb62303fc2d3b

Available diffs

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.