libclass-container-perl 0.13-2 source package in Ubuntu

Changelog

libclass-container-perl (0.13-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooij <email address hidden>  Sat, 11 Jun 2022 22:24: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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-container-perl_0.13-2.dsc 2.2 KiB 65cf7db7ce948fcc7a06999a48c9b239088e455d8e8cd871b08f2bddb3689ef2
libclass-container-perl_0.13.orig.tar.gz 25.2 KiB f5d495b1dfb826d5c0c45d03b4d0e6b6047cbb06cdbf6be15fd4dc902aeeb70b
libclass-container-perl_0.13-2.debian.tar.xz 3.2 KiB 047f66b526a7e22a279a98a0dae0d0ee22d892bd089b76817646c521d34098f3

Available diffs

No changes file available.

Binary packages built by this source

libclass-container-perl: Perl module to glue object frameworks together transparently

 The Class::Container module facilitates building frameworks of several classes
 that inter-operate. It was first designed and built for HTML::Mason, in which
 the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
 other objects must create each other transparently, passing the appropriate
 parameters to the right class, possibly substituting their own subclass for any
 of these objects.
 .
 The main features of Class::Container are:
 .
  * Declaration of parameters used by each member in a class framework
 .
  * Transparent passing of constructor parameters to the class that
    needs them
 .
  * Ability to create one (automatic) or many (manual) contained
    objects automatically and transparently