libcatalyst-perl 5.90130-1 source package in Ubuntu

Changelog

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

  * Import upstream version 5.90130.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Thu, 22 Dec 2022 18:48:08 +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-perl_5.90130-1.dsc 4.4 KiB fea257ef64505fdf0187b6a09ddede540fd428541651e8f4195636cda12979bb
libcatalyst-perl_5.90130.orig.tar.gz 376.5 KiB 445ce7d1f11f7f59a0eb6f3a4f0ee05fad1003ee9f68738f7950ce7c793ff5e3
libcatalyst-perl_5.90130-1.debian.tar.xz 11.8 KiB dbc15625dad9089f3c8e2717ef088a41efeb34dc8ed4396bd68027f1aa70d21c

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.