libcatalyst-perl 5.90102-1 source package in Ubuntu

Changelog

libcatalyst-perl (5.90102-1) unstable; urgency=medium

  * Import upstream version 5.90102.
  * Drop spelling.patch, merged upstream.

 -- gregor herrmann <email address hidden>  Sat, 31 Oct 2015 17:47:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90102-1.dsc 4.1 KiB 9688e31ae4bb9c1cfe9777666719e84fe42c7ac5df81e4548d874d6c7c8e42a8
libcatalyst-perl_5.90102.orig.tar.gz 374.8 KiB 36e589c65f4a2da7e55c2f26682006eb52e3adce1e800f10d5ab420ef3fc7ec3
libcatalyst-perl_5.90102-1.debian.tar.xz 11.1 KiB e2b5a3d2f05bf3192180d09b2f2f7629677e94cd8953e0b81b7470a15eee3972

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.