libcatalyst-perl 5.90129-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libhttp-body-perl,
      libmoose-perl, libplack-middleware-methodoverride-perl,
      libscalar-list-utils-perl, libtype-tiny-perl, liburi-perl.
    + libcatalyst-perl: Drop versioned constraint on libhttp-body-perl,
      libmoose-perl, libplack-middleware-methodoverride-perl,
      libscalar-list-utils-perl, liburi-perl in Depends.
    + libcatalyst-perl: Drop versioned constraint on libtype-tiny-perl in
      Suggests.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 5.90129.
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.
  * Refresh lintian override.

 -- gregor herrmann <email address hidden>  Thu, 28 Jul 2022 01:46:34 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcatalyst-perl_5.90129-1.dsc 4.4 KiB ba884f3d2bf864bdef3e733e43602006dce14d4e774d663b2697b7a96e82cb8f
libcatalyst-perl_5.90129.orig.tar.gz 375.1 KiB b0ff3d237145c77dbe13d52049f848e30bc6c70605cba2034377a2a417541128
libcatalyst-perl_5.90129-1.debian.tar.xz 11.9 KiB cd2096a567d634969e0e912101626d475c62481c918caf2f39aa308cadfee5f0

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.