libcatalyst-perl 5.90131-1 source package in Ubuntu

Changelog

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

  * Import upstream version 5.90131.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Thu, 28 Sep 2023 23:19:51 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90131-1.dsc 4.4 KiB 86341fd9cc58bf1885da3f35e892dff00eb1f246031d71f0d6a7228a9caa87a9
libcatalyst-perl_5.90131.orig.tar.gz 378.0 KiB 9d641efacf0f9935e6ecb98f5a3b476c961b1f819bd2f8f23a647d1d867e1849
libcatalyst-perl_5.90131-1.debian.tar.xz 11.9 KiB 4a839e9eb07ab4ec9431f951ce100bde3b86686dbed9168cbfb15e89a28aafe2

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.