libcatalyst-manual-perl 5.9013-1 source package in Ubuntu

Changelog

libcatalyst-manual-perl (5.9013-1) unstable; urgency=medium

  * Import upstream version 5.9013.

 -- gregor herrmann <email address hidden>  Sun, 31 Mar 2024 00:54:50 +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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-manual-perl_5.9013-1.dsc 2.5 KiB 1f59cbe9052810c2e922f8f757c4aa153fdcf9706882ed86596056c92eb2e606
libcatalyst-manual-perl_5.9013.orig.tar.gz 172.8 KiB dc9b5f13e8224032a26f81ebc31ba1bb51f8c97652e4c54cb8f7a419838d9b3d
libcatalyst-manual-perl_5.9013-1.debian.tar.xz 9.7 KiB 433e6520bcba921298ab7e07f566495b9d3b59c1b4d53ea31bf202bc8f7c21db

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.