libcatalyst-manual-perl 5.9011-2 source package in Ubuntu

Changelog

libcatalyst-manual-perl (5.9011-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libcatalyst-manual-perl: Add Multi-Arch: foreign.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:59:12 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-manual-perl_5.9011-2.dsc 2.2 KiB e9b3bb492118a49feb40448da7fbd0e0a98eaf0418928e34b9c860681f3236a4
libcatalyst-manual-perl_5.9011.orig.tar.gz 172.5 KiB b39e33965903c00583e0180e3dd528a54920f5207cdf052605ca13828cfac13c
libcatalyst-manual-perl_5.9011-2.debian.tar.xz 9.6 KiB 8cb017c0faf50f92099ff896fd21957b0e332119251cc59a3db1e7f557147f04

Available diffs

No changes file available.

Binary packages built by this source

libcatalyst-manual-perl: developer's manual for Catalyst

 Catalyst is an elegant web application framework, extremely flexible yet
 extremely 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.
 .
 Catalyst::Manual contains Catalyst developer's manual.