libcatalyst-perl 5.90101-1 source package in Ubuntu

Changelog

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

  * Import upstream version 5.90101.
  * Refresh spelling.patch (offset).

 -- gregor herrmann <email address hidden>  Sun, 18 Oct 2015 15:08:00 +0200

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.90101-1.dsc 4.1 KiB da5b19a047fd859cf02fd01dfe2cacc95da1ee772689457be827c00c32479b68
libcatalyst-perl_5.90101.orig.tar.gz 372.9 KiB aa9632fd8f15992d9d5aeca21a38f40acd74d3514aba5122e7de81afe833f971
libcatalyst-perl_5.90101-1.debian.tar.xz 11.5 KiB d25a67e6903389657edb07dcce128ff8042cea2129686674333f4ec65ad10df7

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.